Skip to content

Commit 4d30db9

Browse files
fix(deps): update python dependencies (minor and patch)
1 parent e8b1ede commit 4d30db9

2 files changed

Lines changed: 485 additions & 395 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dev = [
2828
]
2929

3030
[project]
31-
requires-python = "==3.13.*"
31+
requires-python = "==3.14.*"
3232
name = "opendatahub-tests"
3333
version = "0.1.0"
3434
description = "Tests repository for Open Data Hub (ODH)"
@@ -70,7 +70,7 @@ dependencies = [
7070
"marshmallow==3.26.2,<4", # this version is needed for pytest-jira
7171
"pytest-html>=4.1.1",
7272
"fire",
73-
"llama_stack_client>=0.3.0,<0.4",
73+
"llama_stack_client>=0.4,<0.5",
7474
"pytest-xdist==3.8.0",
7575
"dictdiffer>=0.9.0",
7676
"pytest>=9.0.0",

0 commit comments

Comments
 (0)