We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8474e5 commit 267b422Copy full SHA for 267b422
pyproject.toml
@@ -25,16 +25,16 @@ license = { text = "Apache-2.0" }
25
license-files = ["LICENSE"]
26
requires-python = ">=3.10"
27
dependencies = [
28
- "pytest>=8.3.4",
29
- "types-psutil==7.0.0.20250218",
30
- "kubernetes==32.0.1",
31
"ai-dynamo-runtime==0.3.2",
32
- "fastapi==0.115.6",
+ "pytest>=8.3.4",
+ "types-psutil>=7.0.0.20250218",
+ "kubernetes>=32.0.1,<33.0.0",
+ "fastapi>=0.115.0",
33
"distro",
34
# filelock: required by planner
35
"filelock",
36
"typer",
37
- "circus==0.19.0",
+ "circus>=0.19.0",
38
"click<8.2.0",
39
"setuptools",
40
]
0 commit comments