Bump pydantic to 2.2.0

This commit is contained in:
Matthias
2023-08-18 10:19:13 +02:00
parent ee11dae82a
commit 352f0fdfca
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ setup(
'rich',
'pyarrow; platform_machine != "armv7l"',
'fastapi',
'pydantic>=2.1.1',
'pydantic>=2.2.0',
'uvicorn',
'psutil',
'pyjwt',