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
dynamo
Commits
2ef0f5fb
Unverified
Commit
2ef0f5fb
authored
Dec 11, 2025
by
Dmitry Tokarev
Committed by
GitHub
Dec 11, 2025
Browse files
fix: relax pydantic requirements (#4865)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
5c2415d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
container/deps/requirements.txt
container/deps/requirements.txt
+2
-2
lib/bindings/python/pyproject.toml
lib/bindings/python/pyproject.toml
+1
-1
No files found.
container/deps/requirements.txt
View file @
2ef0f5fb
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
# For Multimodal EPD (required for device_map="auto" in vision model loading)
# For Multimodal EPD (required for device_map="auto" in vision model loading)
accelerate
accelerate
aiconfigurator[webapp] @ git+https://github.com/ai-dynamo/aiconfigurator.git@
bdc142609b97c23a298115f09a9f88ae143f48d8
aiconfigurator[webapp] @ git+https://github.com/ai-dynamo/aiconfigurator.git@
7f7ad5e248f3eaa4a0b74a069095828a4f356e60
aiofiles
aiofiles
aiperf @ git+https://github.com/ai-dynamo/aiperf.git@4d3fa29403c8f75da22a14f1f7b3aeb27db9288f
aiperf @ git+https://github.com/ai-dynamo/aiperf.git@4d3fa29403c8f75da22a14f1f7b3aeb27db9288f
av==15.0.0
av==15.0.0
...
@@ -39,7 +39,7 @@ prometheus-api-client==0.6.0
...
@@ -39,7 +39,7 @@ prometheus-api-client==0.6.0
prometheus_client==0.23.1
prometheus_client==0.23.1
prophet==1.2.1
prophet==1.2.1
protobuf==5.29.5
protobuf==5.29.5
pydantic>=2.11.4,<2.1
2
#
Required by aiconfigurator==0.4
.0
pydantic>=2.11.4,<2.1
3
#
vllm==0.12.0 depends on pydantic>=2.12
.0
pyright==1.1.407
pyright==1.1.407
PyYAML==6.0.3
PyYAML==6.0.3
scikit-learn==1.7.2
scikit-learn==1.7.2
...
...
lib/bindings/python/pyproject.toml
View file @
2ef0f5fb
...
@@ -26,7 +26,7 @@ license = { text = "Apache-2.0" }
...
@@ -26,7 +26,7 @@ license = { text = "Apache-2.0" }
license-files
=
["LICENSE"]
license-files
=
["LICENSE"]
requires-python
=
">=3.10"
requires-python
=
">=3.10"
dependencies
=
[
dependencies
=
[
"pydantic>=2.10.6,<=2.1
1.7
"
,
"pydantic>=2.10.6,<=2.1
3
"
,
"uvloop>=0.21.0"
,
"uvloop>=0.21.0"
,
]
]
classifiers
=
[
classifiers
=
[
...
...
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