From 57818c7ad6b83ae2c0e307eecb7d061c58139beb Mon Sep 17 00:00:00 2001 From: tangy5 Date: Thu, 4 Jan 2024 13:08:25 -0800 Subject: [PATCH] updatse pydantic to 2.5.3 Signed-off-by: tangy5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d5c089fb..833db22b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ monai[nibabel, skimage, pillow, tensorboard, gdown, ignite, torchvision, itk, tqdm, lmdb, psutil, openslide, fire, mlflow]>=1.3.0 uvicorn==0.21.1 -pydantic>=1.10.7,<2.0.0 +pydantic>=1.10.7,<=2.5.3 python-dotenv==1.0.0 fastapi==0.95.0 python-multipart==0.0.6