Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
c55d8046
Unverified
Commit
c55d8046
authored
May 31, 2025
by
Luka Govedič
Committed by
GitHub
May 31, 2025
Browse files
[BugFix] Pydantic part 2 (#18911)
Signed-off-by:
luka
<
luka@neuralmagic.com
>
parent
749f5bdd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
requirements/test.in
requirements/test.in
+1
-0
requirements/test.txt
requirements/test.txt
+6
-2
No files found.
requirements/test.in
View file @
c55d8046
...
@@ -51,3 +51,4 @@ numpy
...
@@ -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
\ No newline at end of file
requirements/test.txt
View file @
c55d8046
...
@@ -480,12 +480,13 @@ pycparser==2.22
...
@@ -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.
2
3.
4
pydantic-core==2.
3
3.
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
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment