From f37b8cce584bf980bb31b8fcf178405cbe1dfd64 Mon Sep 17 00:00:00 2001 From: Enric Pou Date: Sat, 8 Nov 2025 07:56:46 +0100 Subject: [PATCH] Add UUID examples and documentation (#22303) --- docs/generators/python-aiohttp.md | 1 + docs/generators/python-blueplanet.md | 1 + docs/generators/python-fastapi.md | 1 + docs/generators/python-flask.md | 1 + docs/generators/python.md | 1 + .../codegen/languages/AbstractPythonCodegen.java | 11 ++++++++--- .../client/petstore/python-aiohttp/docs/FakeApi.md | 4 ++-- .../client/petstore/python-aiohttp/docs/FormatTest.md | 2 +- .../MixedPropertiesAndAdditionalPropertiesClass.md | 2 +- .../client/petstore/python-aiohttp/docs/Task.md | 2 +- .../python-aiohttp/petstore_api/api/fake_api.py | 6 +++--- .../client/petstore/python-httpx/docs/FakeApi.md | 4 ++-- .../client/petstore/python-httpx/docs/FormatTest.md | 2 +- .../MixedPropertiesAndAdditionalPropertiesClass.md | 2 +- .../client/petstore/python-httpx/docs/Task.md | 2 +- .../python-httpx/petstore_api/api/fake_api.py | 6 +++--- .../petstore/python-lazyImports/docs/FakeApi.md | 4 ++-- .../petstore/python-lazyImports/docs/FormatTest.md | 2 +- .../MixedPropertiesAndAdditionalPropertiesClass.md | 2 +- .../client/petstore/python-lazyImports/docs/Task.md | 2 +- .../python-lazyImports/petstore_api/api/fake_api.py | 6 +++--- .../openapi3/client/petstore/python/docs/FakeApi.md | 4 ++-- .../client/petstore/python/docs/FormatTest.md | 2 +- .../MixedPropertiesAndAdditionalPropertiesClass.md | 2 +- samples/openapi3/client/petstore/python/docs/Task.md | 2 +- .../petstore/python/petstore_api/api/fake_api.py | 6 +++--- 26 files changed, 45 insertions(+), 35 deletions(-) diff --git a/docs/generators/python-aiohttp.md b/docs/generators/python-aiohttp.md index b99acea11527..4c4392712b7f 100644 --- a/docs/generators/python-aiohttp.md +++ b/docs/generators/python-aiohttp.md @@ -55,6 +55,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl