We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3acaa commit 873d571Copy full SHA for 873d571
2 files changed
pyproject.toml
@@ -27,7 +27,7 @@ dev-dependencies = [
27
[tool.uv.sources]
28
29
[project]
30
-requires-python = "==3.12.*"
+requires-python = "==3.13.*"
31
name = "opendatahub-tests"
32
version = "0.1.0"
33
description = "Tests repository for Open Data Hub (ODH)"
@@ -69,7 +69,7 @@ dependencies = [
69
"marshmallow==3.26.1,<4", # this version is needed for pytest-jira
70
"pytest-html>=4.1.1",
71
"fire",
72
- "llama_stack_client==0.2.10",
+ "llama_stack_client==0.2.16",
73
"pytest-xdist==3.8.0",
74
]
75
0 commit comments