Skip to content

Commit f330309

Browse files
committed
Add an upper bound to the taskcluster dependency
92 will break getArtifact since they're reverting getArtifact following redirects and this willl prevent any breakage
1 parent dcc7698 commit f330309

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"redo>=2.0",
3030
"requests>=2.25",
3131
"slugid>=2.0",
32-
"taskcluster>=91.0",
32+
"taskcluster>=91.0,<92.0",
3333
"taskcluster-urls>=11.0",
3434
"voluptuous>=0.12.1",
3535
]

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)