[BugFix] Pydantic part 2 (#18911)

Signed-off-by: luka <luka@neuralmagic.com>
This commit is contained in:
Luka Govedič 2025-05-31 06:39:28 -04:00 committed by GitHub
parent 749f5bdd38
commit c55d804672
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View File

@ -51,3 +51,4 @@ numpy
runai-model-streamer==0.11.0 runai-model-streamer==0.11.0
runai-model-streamer-s3==0.11.0 runai-model-streamer-s3==0.11.0
fastsafetensors>=0.1.10 fastsafetensors>=0.1.10
pydantic>=2.10 # 2.9 leads to error on python 3.10

View File

@ -480,12 +480,13 @@ pycparser==2.22
# via cffi # via cffi
pycryptodomex==3.22.0 pycryptodomex==3.22.0
# via blobfile # via blobfile
pydantic==2.9.2 pydantic==2.11.5
# via # via
# -r requirements/test.in
# datamodel-code-generator # datamodel-code-generator
# mistral-common # mistral-common
# mteb # mteb
pydantic-core==2.23.4 pydantic-core==2.33.2
# via pydantic # via pydantic
pygments==2.18.0 pygments==2.18.0
# via rich # via rich
@ -784,6 +785,9 @@ typing-extensions==4.12.2
# pydantic-core # pydantic-core
# torch # torch
# typer # typer
# typing-inspection
typing-inspection==0.4.1
# via pydantic
tzdata==2024.2 tzdata==2024.2
# via pandas # via pandas
uri-template==1.3.0 uri-template==1.3.0