mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 23:37:06 +00:00
python: Reinstate lazy imports (#21486)
* python: reinstate lazy imports * python: Update samples --------- Co-authored-by: Pascal Bachor <bachorp@users.noreply.github.com>
This commit is contained in:
@@ -29,6 +29,7 @@ REQUIRES = [
|
||||
"python-dateutil >= 2.8.2",
|
||||
"pydantic >= 2",
|
||||
"typing-extensions >= 4.7.1",
|
||||
"lazy-imports >= 1, < 2",
|
||||
]
|
||||
|
||||
setup(
|
||||
|
||||
Reference in New Issue
Block a user