Files
openapi-generator/samples/client/echo_api/python-nextgen/requirements.txt
Robert Schweizer 448cbfd018 [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.
2023-04-12 11:08:28 +08:00

6 lines
104 B
Plaintext

python_dateutil >= 2.5.3
setuptools >= 21.0.0
urllib3 >= 1.25.3
pydantic >= 1.10.5, < 2
aenum >= 3.1.11