mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
Merge pull request #12213 from BerriAI/pydantic_bump
update pydantic version
This commit is contained in:
commit
514224d190
2 changed files with 3 additions and 3 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue