We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b1ede commit 4d30db9Copy full SHA for 4d30db9
2 files changed
pyproject.toml
@@ -28,7 +28,7 @@ dev = [
28
]
29
30
[project]
31
-requires-python = "==3.13.*"
+requires-python = "==3.14.*"
32
name = "opendatahub-tests"
33
version = "0.1.0"
34
description = "Tests repository for Open Data Hub (ODH)"
@@ -70,7 +70,7 @@ dependencies = [
70
"marshmallow==3.26.2,<4", # this version is needed for pytest-jira
71
"pytest-html>=4.1.1",
72
"fire",
73
- "llama_stack_client>=0.3.0,<0.4",
+ "llama_stack_client>=0.4,<0.5",
74
"pytest-xdist==3.8.0",
75
"dictdiffer>=0.9.0",
76
"pytest>=9.0.0",
0 commit comments