diff --git a/requirements.txt b/requirements.txt index 922daf80b..8a5a51c6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 356bb9fe6..2e92d0839 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ setup( 'rich', 'pyarrow; platform_machine != "armv7l"', 'fastapi', - 'pydantic>=2.1.1', + 'pydantic>=2.2.0', 'uvicorn', 'psutil', 'pyjwt',