From 8273f11901581c8d4acf8b1cf61adbbe00115902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:55:29 +0000 Subject: [PATCH] Bump pydantic from 2.8.2 to 2.9.1 (#778) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b662a7e91..6a54e036d 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ 'yamllint==1.35.1', 'moto>=4.0,<6', 'fastapi==0.114.0', - 'pydantic==2.8.2', + 'pydantic==2.9.1', 'uvicorn==0.30.6', 'pytest-split==0.9.0', ]