mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 07:57:09 +00:00
python: remove aenum in favor of stdlib's enum (#16691)
The aenum dependency didn't provide any specific improvements over the stdlib's enum module. aenum also doesn't provide typing information at the moment. This removes one dependency and will help for completing the typing of the generated client.
This commit is contained in:
@@ -29,7 +29,6 @@ REQUIRES = [
|
||||
"pem>=19.3.0",
|
||||
"pycryptodome>=3.9.0",
|
||||
"pydantic >= 2",
|
||||
"aenum",
|
||||
"typing-extensions >= 4.7.1",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user