Skip to content

Commit 267b422

Browse files
authored
chore: loosed python requirement versions (#1998)
Signed-off-by: Greg Clark <grclark@nvidia.com>
1 parent b8474e5 commit 267b422

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ license = { text = "Apache-2.0" }
2525
license-files = ["LICENSE"]
2626
requires-python = ">=3.10"
2727
dependencies = [
28-
"pytest>=8.3.4",
29-
"types-psutil==7.0.0.20250218",
30-
"kubernetes==32.0.1",
3128
"ai-dynamo-runtime==0.3.2",
32-
"fastapi==0.115.6",
29+
"pytest>=8.3.4",
30+
"types-psutil>=7.0.0.20250218",
31+
"kubernetes>=32.0.1,<33.0.0",
32+
"fastapi>=0.115.0",
3333
"distro",
3434
# filelock: required by planner
3535
"filelock",
3636
"typer",
37-
"circus==0.19.0",
37+
"circus>=0.19.0",
3838
"click<8.2.0",
3939
"setuptools",
4040
]

0 commit comments

Comments
 (0)