Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ numpy
runai-model-streamer==0.11.0
runai-model-streamer-s3==0.11.0
fastsafetensors>=0.1.10
pydantic>=2.10 # 2.9 leads to error on python 3.10
8 changes: 6 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -480,12 +480,13 @@ pycparser==2.22
# via cffi
pycryptodomex==3.22.0
# via blobfile
pydantic==2.9.2
pydantic==2.11.5
# via
# -r requirements/test.in
# datamodel-code-generator
# mistral-common
# mteb
pydantic-core==2.23.4
pydantic-core==2.33.2
# via pydantic
pygments==2.18.0
# via rich
Expand Down Expand Up @@ -784,6 +785,9 @@ typing-extensions==4.12.2
# pydantic-core
# torch
# typer
# typing-inspection
typing-inspection==0.4.1
# via pydantic
tzdata==2024.2
# via pandas
uri-template==1.3.0
Expand Down