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
+1 -1
View File
@@ -40,7 +40,7 @@ sdnotify==0.3.2
# API Server # API Server
fastapi==0.101.0 fastapi==0.101.0
pydantic==2.1.1 pydantic==2.2.0
uvicorn==0.23.2 uvicorn==0.23.2
pyjwt==2.8.0 pyjwt==2.8.0
aiofiles==23.2.1 aiofiles==23.2.1
+1 -1
View File
@@ -97,7 +97,7 @@ setup(
'rich', 'rich',
'pyarrow; platform_machine != "armv7l"', 'pyarrow; platform_machine != "armv7l"',
'fastapi', 'fastapi',
'pydantic>=2.1.1', 'pydantic>=2.2.0',
'uvicorn', 'uvicorn',
'psutil', 'psutil',
'pyjwt', 'pyjwt',