From 9647e1655422cbc45f142a8283dda3f429462bce Mon Sep 17 00:00:00 2001 From: Dominick Ng Date: Thu, 5 Sep 2024 09:59:49 +1000 Subject: [PATCH] Update pydantic to address vulnerability. Ref: PRO-11041 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea57e4f3..091e393b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ "tqdm>=4.49.0", "requests>=2.0.0", "pandas>=1.5.0", - "pydantic==1.10.2", + "pydantic==1.10.13", "icecream==2.1.3", "typing_extensions<4.6.0", ]