From 63e89078eb03e2096c36acad296d478c90909062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 06:08:50 +0000 Subject: [PATCH] Bump pydantic from 2.10.3 to 2.10.4 (#856) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Saaketh Narayan --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c6cc7e76..92999d676 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ 'yamllint==1.35.1', 'moto>=4.0,<6', 'fastapi==0.115.6', - 'pydantic==2.10.3', + 'pydantic==2.10.4', 'uvicorn==0.34.0', 'pytest-split==0.10.0', ]