Bump pydantic to 2.2.0

pull/9011/head
Matthias 3 years ago
parent ee11dae82a
commit 352f0fdfca

@ -40,7 +40,7 @@ sdnotify==0.3.2
# API Server
fastapi==0.101.0
pydantic==2.1.1
pydantic==2.2.0
uvicorn==0.23.2
pyjwt==2.8.0
aiofiles==23.2.1

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

Loading…
Cancel
Save