Skip to content

Commit 60181f8

Browse files
committed
Update pydantic in test.in/test.txt
Signed-off-by: luka <[email protected]>
1 parent da4b69d commit 60181f8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

requirements/test.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ numpy
5151
runai-model-streamer==0.11.0
5252
runai-model-streamer-s3==0.11.0
5353
fastsafetensors>=0.1.10
54+
pydantic>=2.10 # 2.9 leads to error on python 3.10

requirements/test.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,12 +480,13 @@ pycparser==2.22
480480
# via cffi
481481
pycryptodomex==3.22.0
482482
# via blobfile
483-
pydantic==2.9.2
483+
pydantic==2.11.5
484484
# via
485+
# -r requirements/test.in
485486
# datamodel-code-generator
486487
# mistral-common
487488
# mteb
488-
pydantic-core==2.23.4
489+
pydantic-core==2.33.2
489490
# via pydantic
490491
pygments==2.18.0
491492
# via rich
@@ -784,6 +785,9 @@ typing-extensions==4.12.2
784785
# pydantic-core
785786
# torch
786787
# typer
788+
# typing-inspection
789+
typing-inspection==0.4.1
790+
# via pydantic
787791
tzdata==2024.2
788792
# via pandas
789793
uri-template==1.3.0

0 commit comments

Comments
 (0)