OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.5k stars 6.51k forks source link

[REQ][Python] UUID support #19485

Open igorbanfi opened 1 month ago

igorbanfi commented 1 month ago

Currently in python generator UUID are mapped to str. Are there any plans to enable generation of type UUID?

https://github.com/OpenAPITools/openapi-generator/blob/dfc381c22fde85be83681199d39f754efe04061e/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/AbstractPythonCodegen.java#L160C9-L160C10

c99SRS commented 5 days ago

Hi @igorbanfi you can assign this to me under hacktobestfest tag. Will research on this

igorbanfi commented 5 days ago

Hello, @c99SRS I am not a maintainer of openapi-generator and I am unable to assign issues. You will have to contact the maintainers of this repo.