Skip to content

Commit 9b7e6f6

Browse files
author
Travis Wrightsman
authored
feat(grzctl,grz-cli): bump required dependencies (#402)
1 parent f62a6e1 commit 9b7e6f6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/grz-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"pydantic >=2.9.2,<2.10",
2323
"pydantic-settings >=2.9.0,<2.10",
2424
"platformdirs >=4.3.6,<5",
25-
"grz-pydantic-models >=2.2.1,<3",
25+
"grz-pydantic-models >=2.3,<3",
2626
"pysam ==0.23.*",
2727
"rich ==13.*",
2828
"requests >=2.32.3,<3",

packages/grzctl/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ dependencies = [
2525
"pysam ==0.23.*",
2626
"rich ==13.*",
2727
"requests >=2.32.3,<3",
28-
"grz-db >=0.5.0",
28+
"grz-db >=1,<2",
2929
"grz-common >=1.3.0,<2",
30-
"grz-cli >=1.2.0,<2",
31-
"grz-pydantic-models >=2.2.1,<3",
30+
"grz-cli >=1.3,<2",
31+
"grz-pydantic-models >=2.3,<3",
3232
"textual~=5.3"
3333
]
3434
classifiers = [

0 commit comments

Comments
 (0)