File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 51
51
runai-model-streamer==0.11.0
52
52
runai-model-streamer-s3==0.11.0
53
53
fastsafetensors>=0.1.10
54
+ pydantic>=2.10 # 2.9 leads to error on python 3.10
Original file line number Diff line number Diff line change @@ -480,12 +480,13 @@ pycparser==2.22
480
480
# via cffi
481
481
pycryptodomex==3.22.0
482
482
# via blobfile
483
- pydantic==2.9.2
483
+ pydantic==2.11.5
484
484
# via
485
+ # -r requirements/test.in
485
486
# datamodel-code-generator
486
487
# mistral-common
487
488
# mteb
488
- pydantic-core==2.23.4
489
+ pydantic-core==2.33.2
489
490
# via pydantic
490
491
pygments==2.18.0
491
492
# via rich
@@ -784,6 +785,9 @@ typing-extensions==4.12.2
784
785
# pydantic-core
785
786
# torch
786
787
# typer
788
+ # typing-inspection
789
+ typing-inspection==0.4.1
790
+ # via pydantic
787
791
tzdata==2024.2
788
792
# via pandas
789
793
uri-template==1.3.0
You can’t perform that action at this time.
0 commit comments