From 0fcdecd0634fb6da6745135bb48442e73ab04385 Mon Sep 17 00:00:00 2001 From: Mark Doliner Date: Wed, 8 Jan 2025 09:32:23 -0500 Subject: [PATCH] Update python options in the generators README.md - Remove the dead link to a python-legacy client generator. - Add a link to the python-pydantic-v1 client geneator. - Add a link to the python-fastapi server generator. --- docs/generators/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/generators/README.md b/docs/generators/README.md index 3b624bd8b8f6..c9c48556912b 100644 --- a/docs/generators/README.md +++ b/docs/generators/README.md @@ -40,7 +40,7 @@ The following generators are available: * [php-dt](php-dt.md) * [powershell](powershell.md) * [python](python.md) -* [python-legacy](python-legacy.md) +* [python-pydantic-v1](python-pydantic-v1.md) * [r](r.md) * [ruby](ruby.md) * [rust](rust.md) @@ -100,6 +100,7 @@ The following generators are available: * [php-symfony](php-symfony.md) * [python-aiohttp](python-aiohttp.md) * [python-blueplanet](python-blueplanet.md) +* [python-fastapi](python-fastapi.md) * [python-flask](python-flask.md) * [ruby-on-rails](ruby-on-rails.md) * [ruby-sinatra](ruby-sinatra.md)