From fd011eec62d34f9c9e962fe3315eee2e3aae4a30 Mon Sep 17 00:00:00 2001 From: Jugal Bhatt Date: Tue, 1 Jul 2025 11:37:23 -0700 Subject: [PATCH 1/2] update pydantic version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1d0e0a0896..a77327191e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ tokenizers = "*" click = "*" jinja2 = "^3.1.2" aiohttp = ">=3.10" -pydantic = "^2.0.0" +pydantic = "^2.5.0" jsonschema = "^4.22.0" numpydoc = {version = "*", optional = true} # used in utils.py From 5f47dde7e9600ca85251cdcbf72ce6d0aac74787 Mon Sep 17 00:00:00 2001 From: Jugal Bhatt Date: Tue, 1 Jul 2025 14:35:28 -0700 Subject: [PATCH 2/2] update poetry lock --- poetry.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index c1fbe6f0df8..07b26ff8965 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -4992,4 +4992,4 @@ utils = ["numpydoc"] [metadata] lock-version = "2.1" python-versions = ">=3.8.1,<4.0, !=3.9.7" -content-hash = "3af0b1a75c3328caee0941f01bcc82f917149d412bce0783728fe3910c48f962" +content-hash = "81a3f25e21aa94a72453fd037c16da1112e5c491d165e9c94ac12830dc399824"