Skip to content

Commit a2aafba

Browse files
committed
chore: pin version ranges on newly-added deps
Set explicit bounds on the deps added in the previous commit so they mirror the constraints used elsewhere in the workspace: - packaging >=23,<27 (grz-cli, grz-common) - botocore >=1.36,<2 (grz-common, matches boto3 bound) - cryptography >=45.0.3,<49 (grz-common, matches grz-db lower bound)
1 parent b222415 commit a2aafba

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/grz-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
]
1414
dynamic = ["version"]
1515
dependencies = [
16-
"packaging",
16+
"packaging >=23,<27",
1717
"grz-common >=1.5.0,<2",
1818
]
1919
classifiers = [

packages/grz-common/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ authors = [
1414
dynamic = ["version"]
1515
dependencies = [
1616
"boto3 >=1.36,<2",
17-
"botocore",
17+
"botocore >=1.36,<2",
1818
"click >=8.2,<9",
1919
"crypt4gh >=1.8.6,<2",
20-
"cryptography",
21-
"packaging",
20+
"cryptography >=45.0.3,<49",
21+
"packaging >=23,<27",
2222
"pyyaml >=6.0.2,<7",
2323
"tqdm >=4.66.5,<5",
2424
"pydantic >=2.12,<3",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)