Skip to content

Commit

Permalink
Stricter pydantic version due to fastapi conflict
Browse files Browse the repository at this point in the history
Signed-off-by: André Pedersen <[email protected]>
  • Loading branch information
andreped committed Sep 14, 2023
1 parent c90f42c commit cda6063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire, mlflow]>=1.2.0
uvicorn==0.21.1
pydantic>=1.10.7
pydantic>=1.10.7,<2.0.0
python-dotenv==1.0.0
fastapi==0.95.0
python-multipart==0.0.6
Expand Down

0 comments on commit cda6063

Please sign in to comment.