taskcluster 99.2.0__tar.gz → 100.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {taskcluster-99.2.0 → taskcluster-100.0.1}/PKG-INFO +1 -1
- {taskcluster-99.2.0 → taskcluster-100.0.1}/pyproject.toml +1 -1
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/queue.py +1 -1
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/queue.py +1 -1
- {taskcluster-99.2.0 → taskcluster-100.0.1}/uv.lock +20 -20
- {taskcluster-99.2.0 → taskcluster-100.0.1}/.gitignore +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/CODE_OF_CONDUCT.md +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/CONTRIBUTING.md +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/LICENSE +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/Makefile +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/README.md +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/lint.sh +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/release.sh +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/__init__.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/__init__.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/asyncclient.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/asyncutils.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/auth.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/authevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/awsprovisioner.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/download.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/ec2manager.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/github.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/githubevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/hooks.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/hooksevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/index.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/login.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/notify.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/notifyevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/purgecache.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/queue.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/queueevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/reader_writer.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/retry.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/secrets.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/upload.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/workermanager.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/aio/workermanagerevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/auth.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/authevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/awsprovisioner.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/client.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/download.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/ec2manager.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/exceptions.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/__init__.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/_client_importer.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/__init__.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/_client_importer.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/auth.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/authevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/github.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/githubevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/hooks.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/hooksevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/index.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/notify.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/notifyevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/object.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/purgecache.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/queueevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/secrets.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/webserver.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/workermanager.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/aio/workermanagerevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/auth.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/authevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/github.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/githubevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/hooks.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/hooksevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/index.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/notify.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/notifyevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/object.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/purgecache.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/queueevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/secrets.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/webserver.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/workermanager.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/generated/workermanagerevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/github.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/githubevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/helper.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/hooks.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/hooksevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/index.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/login.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/notify.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/notifyevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/purgecache.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/queue.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/queueevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/retry.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/secrets.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/upload.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/utils.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/workermanager.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/taskcluster/workermanagerevents.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/aio/__init__.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/aio/test_client.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/aio/test_reader_writer.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/aio/test_upload_download.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/aio/test_upload_download_real.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/base.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/conftest.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/public.key +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/secret.key +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/test_client.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/test_exceptions.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/test_imports.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/test_upload_download.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/test_upload_download_real.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test/test_utils.py +0 -0
- {taskcluster-99.2.0 → taskcluster-100.0.1}/test.sh +0 -0
|
@@ -32,7 +32,7 @@ class Queue(AsyncBaseClient):
|
|
|
32
32
|
* **Error artifacts**, only consists of meta-data which the queue will
|
|
33
33
|
store for you. These artifacts are only meant to indicate that you the
|
|
34
34
|
worker or the task failed to generate a specific artifact, that you
|
|
35
|
-
would otherwise have uploaded. For example
|
|
35
|
+
would otherwise have uploaded. For example generic-worker will upload an
|
|
36
36
|
error artifact, if the file it was supposed to upload doesn't exists or
|
|
37
37
|
turns out to be a directory. Clients requesting an error artifact will
|
|
38
38
|
get a `424` (Failed Dependency) response. This is mainly designed to
|
|
@@ -32,7 +32,7 @@ class Queue(BaseClient):
|
|
|
32
32
|
* **Error artifacts**, only consists of meta-data which the queue will
|
|
33
33
|
store for you. These artifacts are only meant to indicate that you the
|
|
34
34
|
worker or the task failed to generate a specific artifact, that you
|
|
35
|
-
would otherwise have uploaded. For example
|
|
35
|
+
would otherwise have uploaded. For example generic-worker will upload an
|
|
36
36
|
error artifact, if the file it was supposed to upload doesn't exists or
|
|
37
37
|
turns out to be a directory. Clients requesting an error artifact will
|
|
38
38
|
get a `424` (Failed Dependency) response. This is mainly designed to
|
|
@@ -1567,27 +1567,27 @@ wheels = [
|
|
|
1567
1567
|
|
|
1568
1568
|
[[package]]
|
|
1569
1569
|
name = "ruff"
|
|
1570
|
-
version = "0.15.
|
|
1570
|
+
version = "0.15.11"
|
|
1571
1571
|
source = { registry = "https://pypi.org/simple" }
|
|
1572
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1572
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e4/8d/192f3d7103816158dfd5ea50d098ef2aec19194e6cbccd4b3485bdb2eb2d/ruff-0.15.11.tar.gz", hash = "sha256:f092b21708bf0e7437ce9ada249dfe688ff9a0954fc94abab05dcea7dcd29c33", size = 4637264, upload-time = "2026-04-16T18:46:26.58Z" }
|
|
1573
1573
|
wheels = [
|
|
1574
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1575
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1576
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1577
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1578
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1579
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1580
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1581
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1582
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1583
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1584
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1585
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1586
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1587
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1588
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1589
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1590
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1574
|
+
{ url = "https://files.pythonhosted.org/packages/02/1e/6aca3427f751295ab011828e15e9bf452200ac74484f1db4be0197b8170b/ruff-0.15.11-py3-none-linux_armv6l.whl", hash = "sha256:e927cfff503135c558eb581a0c9792264aae9507904eb27809cdcff2f2c847b7", size = 10607943, upload-time = "2026-04-16T18:46:05.967Z" },
|
|
1575
|
+
{ url = "https://files.pythonhosted.org/packages/e7/26/1341c262e74f36d4e84f3d6f4df0ac68cd53331a66bfc5080daa17c84c0b/ruff-0.15.11-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:7a1b5b2938d8f890b76084d4fa843604d787a912541eae85fd7e233398bbb73e", size = 10988592, upload-time = "2026-04-16T18:46:00.742Z" },
|
|
1576
|
+
{ url = "https://files.pythonhosted.org/packages/03/71/850b1d6ffa9564fbb6740429bad53df1094082fe515c8c1e74b6d8d05f18/ruff-0.15.11-py3-none-macosx_11_0_arm64.whl", hash = "sha256:d4176f3d194afbdaee6e41b9ccb1a2c287dba8700047df474abfbe773825d1cb", size = 10338501, upload-time = "2026-04-16T18:46:03.723Z" },
|
|
1577
|
+
{ url = "https://files.pythonhosted.org/packages/f2/11/cc1284d3e298c45a817a6aadb6c3e1d70b45c9b36d8d9cce3387b495a03a/ruff-0.15.11-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3b17c886fb88203ced3afe7f14e8d5ae96e9d2f4ccc0ee66aa19f2c2675a27e4", size = 10670693, upload-time = "2026-04-16T18:46:41.941Z" },
|
|
1578
|
+
{ url = "https://files.pythonhosted.org/packages/ce/9e/f8288b034ab72b371513c13f9a41d9ba3effac54e24bfb467b007daee2ca/ruff-0.15.11-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:49fafa220220afe7758a487b048de4c8f9f767f37dfefad46b9dd06759d003eb", size = 10416177, upload-time = "2026-04-16T18:46:21.717Z" },
|
|
1579
|
+
{ url = "https://files.pythonhosted.org/packages/85/71/504d79abfd3d92532ba6bbe3d1c19fada03e494332a59e37c7c2dabae427/ruff-0.15.11-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f2ab8427e74a00d93b8bda1307b1e60970d40f304af38bccb218e056c220120d", size = 11221886, upload-time = "2026-04-16T18:46:15.086Z" },
|
|
1580
|
+
{ url = "https://files.pythonhosted.org/packages/43/5a/947e6ab7a5ad603d65b474be15a4cbc6d29832db5d762cd142e4e3a74164/ruff-0.15.11-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:195072c0c8e1fc8f940652073df082e37a5d9cb43b4ab1e4d0566ab8977a13b7", size = 12075183, upload-time = "2026-04-16T18:46:07.944Z" },
|
|
1581
|
+
{ url = "https://files.pythonhosted.org/packages/9f/a1/0b7bb6268775fdd3a0818aee8efd8f5b4e231d24dd4d528ced2534023182/ruff-0.15.11-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a3a0996d486af3920dec930a2e7daed4847dfc12649b537a9335585ada163e9e", size = 11516575, upload-time = "2026-04-16T18:46:31.687Z" },
|
|
1582
|
+
{ url = "https://files.pythonhosted.org/packages/30/c3/bb5168fc4d233cc06e95f482770d0f3c87945a0cd9f614b90ea8dc2f2833/ruff-0.15.11-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1bef2cb556d509259f1fe440bb9cd33c756222cf0a7afe90d15edf0866702431", size = 11306537, upload-time = "2026-04-16T18:46:36.988Z" },
|
|
1583
|
+
{ url = "https://files.pythonhosted.org/packages/e4/92/4cfae6441f3967317946f3b788136eecf093729b94d6561f963ed810c82e/ruff-0.15.11-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:030d921a836d7d4a12cf6e8d984a88b66094ccb0e0f17ddd55067c331191bf19", size = 11296813, upload-time = "2026-04-16T18:46:24.182Z" },
|
|
1584
|
+
{ url = "https://files.pythonhosted.org/packages/43/26/972784c5dde8313acde8ac71ba8ac65475b85db4a2352a76c9934361f9bc/ruff-0.15.11-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:0e783b599b4577788dbbb66b9addcef87e9a8832f4ce0c19e34bf55543a2f890", size = 10633136, upload-time = "2026-04-16T18:46:39.802Z" },
|
|
1585
|
+
{ url = "https://files.pythonhosted.org/packages/5b/53/3985a4f185020c2f367f2e08a103032e12564829742a1b417980ce1514a0/ruff-0.15.11-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:ae90592246625ba4a34349d68ec28d4400d75182b71baa196ddb9f82db025ef5", size = 10424701, upload-time = "2026-04-16T18:46:10.381Z" },
|
|
1586
|
+
{ url = "https://files.pythonhosted.org/packages/d3/57/bf0dfb32241b56c83bb663a826133da4bf17f682ba8c096973065f6e6a68/ruff-0.15.11-py3-none-musllinux_1_2_i686.whl", hash = "sha256:1f111d62e3c983ed20e0ca2e800f8d77433a5b1161947df99a5c2a3fb60514f0", size = 10873887, upload-time = "2026-04-16T18:46:29.157Z" },
|
|
1587
|
+
{ url = "https://files.pythonhosted.org/packages/02/05/e48076b2a57dc33ee8c7a957296f97c744ca891a8ffb4ffb1aaa3b3f517d/ruff-0.15.11-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:06f483d6646f59eaffba9ae30956370d3a886625f511a3108994000480621d1c", size = 11404316, upload-time = "2026-04-16T18:46:19.462Z" },
|
|
1588
|
+
{ url = "https://files.pythonhosted.org/packages/88/27/0195d15fe7a897cbcba0904792c4b7c9fdd958456c3a17d2ea6093716a9a/ruff-0.15.11-py3-none-win32.whl", hash = "sha256:476a2aa56b7da0b73a3ee80b6b2f0e19cce544245479adde7baa65466664d5f3", size = 10655535, upload-time = "2026-04-16T18:46:12.47Z" },
|
|
1589
|
+
{ url = "https://files.pythonhosted.org/packages/3a/5e/c927b325bd4c1d3620211a4b96f47864633199feed60fa936025ab27e090/ruff-0.15.11-py3-none-win_amd64.whl", hash = "sha256:8b6756d88d7e234fb0c98c91511aae3cd519d5e3ed271cae31b20f39cb2a12a3", size = 11779692, upload-time = "2026-04-16T18:46:17.268Z" },
|
|
1590
|
+
{ url = "https://files.pythonhosted.org/packages/63/b6/aeadee5443e49baa2facd51131159fd6301cc4ccfc1541e4df7b021c37dd/ruff-0.15.11-py3-none-win_arm64.whl", hash = "sha256:063fed18cc1bbe0ee7393957284a6fe8b588c6a406a285af3ee3f46da2391ee4", size = 11032614, upload-time = "2026-04-16T18:46:34.487Z" },
|
|
1591
1591
|
]
|
|
1592
1592
|
|
|
1593
1593
|
[[package]]
|
|
@@ -1619,7 +1619,7 @@ wheels = [
|
|
|
1619
1619
|
|
|
1620
1620
|
[[package]]
|
|
1621
1621
|
name = "taskcluster"
|
|
1622
|
-
version = "
|
|
1622
|
+
version = "100.0.1"
|
|
1623
1623
|
source = { editable = "." }
|
|
1624
1624
|
dependencies = [
|
|
1625
1625
|
{ name = "aiohttp" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|