Skip to content

Commit 2ef0f5f

Browse files
fix: relax pydantic requirements (#4865)
Signed-off-by: Dmitry Tokarev <[email protected]>
1 parent 5c2415d commit 2ef0f5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

container/deps/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# For Multimodal EPD (required for device_map="auto" in vision model loading)
1414
accelerate
15-
aiconfigurator[webapp] @ git+https://github.com/ai-dynamo/aiconfigurator.git@bdc142609b97c23a298115f09a9f88ae143f48d8
15+
aiconfigurator[webapp] @ git+https://github.com/ai-dynamo/aiconfigurator.git@7f7ad5e248f3eaa4a0b74a069095828a4f356e60
1616
aiofiles
1717
aiperf @ git+https://github.com/ai-dynamo/aiperf.git@4d3fa29403c8f75da22a14f1f7b3aeb27db9288f
1818
av==15.0.0
@@ -39,7 +39,7 @@ prometheus-api-client==0.6.0
3939
prometheus_client==0.23.1
4040
prophet==1.2.1
4141
protobuf==5.29.5
42-
pydantic>=2.11.4,<2.12 # Required by aiconfigurator==0.4.0
42+
pydantic>=2.11.4,<2.13 # vllm==0.12.0 depends on pydantic>=2.12.0
4343
pyright==1.1.407
4444
PyYAML==6.0.3
4545
scikit-learn==1.7.2

lib/bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ license = { text = "Apache-2.0" }
2626
license-files = ["LICENSE"]
2727
requires-python = ">=3.10"
2828
dependencies = [
29-
"pydantic>=2.10.6,<=2.11.7",
29+
"pydantic>=2.10.6,<=2.13",
3030
"uvloop>=0.21.0",
3131
]
3232
classifiers = [

0 commit comments

Comments
 (0)