From 7de944328de230722056027da2eced6f02d78472 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 6 Aug 2024 22:01:20 -0400 Subject: [PATCH] Update pydantic version to the latest from 1.x --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4b421518..2981cf0a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,7 +11,7 @@ mypy pyyaml httpx fastapi -pydantic==1.10.13 +pydantic==1.10.17 numpy scipy boto3