mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 22:17:10 +00:00
[python-nextgen] Limit allowed pydantic version range (#15189)
Align the lower limits between pyproject.toml and setup.py. Set a common upper limit of <2, because version 2 brings breaking changes.
This commit is contained in:
@@ -28,7 +28,7 @@ REQUIRES = [
|
||||
"python-dateutil",
|
||||
"pem>=19.3.0",
|
||||
"pycryptodome>=3.9.0",
|
||||
"pydantic",
|
||||
"pydantic >= 1.10.5, < 2",
|
||||
"aenum"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user