Merge pull request #12213 from BerriAI/pydantic_bump

update pydantic version
This commit is contained in:
Jugal D. Bhatt 2025-07-02 05:00:13 +05:30 committed by GitHub
commit 514224d190
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View file

@ -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"

View file

@ -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