We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cdafe commit 0cb505dCopy full SHA for 0cb505d
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.15",
73
]
74
75
[project.urls]
0 commit comments