Skip to content

Commit b86b843

Browse files
authored
feat(grzctl,grz-cli): support meanReadLength (#437)
fix(grz-db): bump grz-pydantic-models version
1 parent 8a22c71 commit b86b843

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/grz-cli/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ 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.3,<3",
25+
"grz-pydantic-models >=2.4,<3",
2626
"pysam ==0.23.*",
2727
"rich ==13.*",
2828
"requests >=2.32.3,<3",
29-
"grz-common >=1.3.0,<2",
29+
"grz-common >=1.4.0,<2",
3030
]
3131
classifiers = [
3232
"Programming Language :: Python :: 3",

packages/grz-db/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"alembic[tz] >=1.16.1",
1919
"cryptography >=45.0.3",
2020
"sqlmodel >=0.0.24",
21-
"grz-pydantic-models >=2.3,<3"
21+
"grz-pydantic-models >=2.4,<3"
2222
]
2323

2424
[tool.uv.sources]

packages/grzctl/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ dependencies = [
2626
"rich ==13.*",
2727
"requests >=2.32.3,<3",
2828
"grz-db >=1.0.1,<2",
29-
"grz-common >=1.3.0,<2",
29+
"grz-common >=1.4.0,<2",
3030
"grz-cli >=1.3,<2",
31-
"grz-pydantic-models >=2.3,<3",
31+
"grz-pydantic-models >=2.4,<3",
3232
"textual~=5.3"
3333
]
3434
classifiers = [

0 commit comments

Comments
 (0)