Losely pin pydantic to avoid dependency problems

closes #7537
This commit is contained in:
Matthias 2022-10-05 13:14:36 +00:00
parent 22043deffa
commit 7dbb78da95
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ sdnotify==0.3.2
# API Server # API Server
fastapi==0.85.0 fastapi==0.85.0
pydantic>=1.8.0
uvicorn==0.18.3 uvicorn==0.18.3
pyjwt==2.5.0 pyjwt==2.5.0
aiofiles==22.1.0 aiofiles==22.1.0

View File

@ -75,6 +75,7 @@ setup(
'joblib>=1.2.0', 'joblib>=1.2.0',
'pyarrow; platform_machine != "armv7l"', 'pyarrow; platform_machine != "armv7l"',
'fastapi', 'fastapi',
'pydantic>=1.8.0',
'uvicorn', 'uvicorn',
'psutil', 'psutil',
'pyjwt', 'pyjwt',