From b966f42f4442938bb1fd501ac75f5e7cf04ba55e Mon Sep 17 00:00:00 2001 From: Arshan Dabirsiaghi Date: Wed, 2 Jul 2025 12:53:29 -0400 Subject: [PATCH] try pydantic bump --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 598b466c..684bf34e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,7 @@ dependencies = [ "isort>=5.12,<6.1", "libcst>=1.8,<1.9", "packaging>=24.2,<25.1", - # do not update pydantic due to inconsistent test failures - "pydantic~=2.10.6", + "pydantic~=2.11.5", "pylint>=3.3,<3.4", "python-json-logger~=3.3.0", "PyYAML~=6.0.0",