taskcluster 95.0.1__tar.gz → 95.1.0__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.
Files changed (114) hide show
  1. {taskcluster-95.0.1 → taskcluster-95.1.0}/PKG-INFO +1 -1
  2. {taskcluster-95.0.1 → taskcluster-95.1.0}/pyproject.toml +1 -1
  3. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/queue.py +51 -0
  4. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/queueevents.py +122 -0
  5. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/queue.py +49 -0
  6. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/queueevents.py +122 -0
  7. {taskcluster-95.0.1 → taskcluster-95.1.0}/uv.lock +43 -41
  8. {taskcluster-95.0.1 → taskcluster-95.1.0}/.gitignore +0 -0
  9. {taskcluster-95.0.1 → taskcluster-95.1.0}/CODE_OF_CONDUCT.md +0 -0
  10. {taskcluster-95.0.1 → taskcluster-95.1.0}/CONTRIBUTING.md +0 -0
  11. {taskcluster-95.0.1 → taskcluster-95.1.0}/LICENSE +0 -0
  12. {taskcluster-95.0.1 → taskcluster-95.1.0}/Makefile +0 -0
  13. {taskcluster-95.0.1 → taskcluster-95.1.0}/README.md +0 -0
  14. {taskcluster-95.0.1 → taskcluster-95.1.0}/lint.sh +0 -0
  15. {taskcluster-95.0.1 → taskcluster-95.1.0}/release.sh +0 -0
  16. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/__init__.py +0 -0
  17. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/__init__.py +0 -0
  18. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/asyncclient.py +0 -0
  19. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/asyncutils.py +0 -0
  20. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/auth.py +0 -0
  21. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/authevents.py +0 -0
  22. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/awsprovisioner.py +0 -0
  23. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/download.py +0 -0
  24. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/ec2manager.py +0 -0
  25. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/github.py +0 -0
  26. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/githubevents.py +0 -0
  27. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/hooks.py +0 -0
  28. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/hooksevents.py +0 -0
  29. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/index.py +0 -0
  30. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/login.py +0 -0
  31. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/notify.py +0 -0
  32. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/notifyevents.py +0 -0
  33. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/purgecache.py +0 -0
  34. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/queue.py +0 -0
  35. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/queueevents.py +0 -0
  36. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/reader_writer.py +0 -0
  37. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/retry.py +0 -0
  38. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/secrets.py +0 -0
  39. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/upload.py +0 -0
  40. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/workermanager.py +0 -0
  41. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/aio/workermanagerevents.py +0 -0
  42. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/auth.py +0 -0
  43. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/authevents.py +0 -0
  44. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/awsprovisioner.py +0 -0
  45. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/client.py +0 -0
  46. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/download.py +0 -0
  47. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/ec2manager.py +0 -0
  48. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/exceptions.py +0 -0
  49. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/__init__.py +0 -0
  50. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/_client_importer.py +0 -0
  51. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/__init__.py +0 -0
  52. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/_client_importer.py +0 -0
  53. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/auth.py +0 -0
  54. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/authevents.py +0 -0
  55. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/github.py +0 -0
  56. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/githubevents.py +0 -0
  57. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/hooks.py +0 -0
  58. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/hooksevents.py +0 -0
  59. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/index.py +0 -0
  60. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/notify.py +0 -0
  61. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/notifyevents.py +0 -0
  62. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/object.py +0 -0
  63. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/purgecache.py +0 -0
  64. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/secrets.py +0 -0
  65. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/workermanager.py +0 -0
  66. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/aio/workermanagerevents.py +0 -0
  67. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/auth.py +0 -0
  68. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/authevents.py +0 -0
  69. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/github.py +0 -0
  70. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/githubevents.py +0 -0
  71. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/hooks.py +0 -0
  72. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/hooksevents.py +0 -0
  73. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/index.py +0 -0
  74. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/notify.py +0 -0
  75. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/notifyevents.py +0 -0
  76. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/object.py +0 -0
  77. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/purgecache.py +0 -0
  78. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/secrets.py +0 -0
  79. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/workermanager.py +0 -0
  80. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/generated/workermanagerevents.py +0 -0
  81. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/github.py +0 -0
  82. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/githubevents.py +0 -0
  83. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/helper.py +0 -0
  84. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/hooks.py +0 -0
  85. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/hooksevents.py +0 -0
  86. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/index.py +0 -0
  87. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/login.py +0 -0
  88. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/notify.py +0 -0
  89. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/notifyevents.py +0 -0
  90. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/purgecache.py +0 -0
  91. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/queue.py +0 -0
  92. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/queueevents.py +0 -0
  93. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/retry.py +0 -0
  94. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/secrets.py +0 -0
  95. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/upload.py +0 -0
  96. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/utils.py +0 -0
  97. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/workermanager.py +0 -0
  98. {taskcluster-95.0.1 → taskcluster-95.1.0}/taskcluster/workermanagerevents.py +0 -0
  99. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/aio/__init__.py +0 -0
  100. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/aio/test_client.py +0 -0
  101. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/aio/test_reader_writer.py +0 -0
  102. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/aio/test_upload_download.py +0 -0
  103. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/aio/test_upload_download_real.py +0 -0
  104. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/base.py +0 -0
  105. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/conftest.py +0 -0
  106. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/public.key +0 -0
  107. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/secret.key +0 -0
  108. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/test_client.py +0 -0
  109. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/test_exceptions.py +0 -0
  110. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/test_imports.py +0 -0
  111. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/test_upload_download.py +0 -0
  112. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/test_upload_download_real.py +0 -0
  113. {taskcluster-95.0.1 → taskcluster-95.1.0}/test/test_utils.py +0 -0
  114. {taskcluster-95.0.1 → taskcluster-95.1.0}/test.sh +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: taskcluster
3
- Version: 95.0.1
3
+ Version: 95.1.0
4
4
  Summary: Python client for Taskcluster
5
5
  Project-URL: Homepage, https://github.com/taskcluster/taskcluster
6
6
  Project-URL: Repository, https://github.com/taskcluster/taskcluster
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "taskcluster"
7
- version = "95.0.1"
7
+ version = "95.1.0"
8
8
  description = "Python client for Taskcluster"
9
9
  readme = "README.md"
10
10
  license = {text = "MPL-2.0"}
@@ -368,6 +368,39 @@ class Queue(AsyncBaseClient):
368
368
 
369
369
  return await self._makeApiCall(self.funcinfo["cancelTask"], *args, **kwargs)
370
370
 
371
+ async def changeTaskPriority(self, *args, **kwargs):
372
+ """
373
+ Change Task Priority
374
+
375
+ This method updates the priority of a single unresolved task.
376
+
377
+ * Claimed or running tasks keep their current run priority until they are retried.
378
+ * Emits `taskPriorityChanged` events so downstream tooling can observe manual overrides.
379
+
380
+ This method is ``experimental``
381
+ """
382
+
383
+ return await self._makeApiCall(
384
+ self.funcinfo["changeTaskPriority"], *args, **kwargs
385
+ )
386
+
387
+ async def changeTaskGroupPriority(self, *args, **kwargs):
388
+ """
389
+ Change Task Group Priority
390
+
391
+ This method applies a new priority to unresolved tasks within a task group.
392
+
393
+ * Updates run in bounded batches to avoid long locks.
394
+ * Claimed or running tasks keep their current run priority until they are retried.
395
+ * Emits `taskGroupPriorityChanged` summary event at the end.
396
+
397
+ This method is ``experimental``
398
+ """
399
+
400
+ return await self._makeApiCall(
401
+ self.funcinfo["changeTaskGroupPriority"], *args, **kwargs
402
+ )
403
+
371
404
  async def claimWork(self, *args, **kwargs):
372
405
  """
373
406
  Claim Work
@@ -1051,6 +1084,24 @@ class Queue(AsyncBaseClient):
1051
1084
  "route": "/task-group/<taskGroupId>/cancel",
1052
1085
  "stability": "experimental",
1053
1086
  },
1087
+ "changeTaskGroupPriority": {
1088
+ "args": ["taskGroupId"],
1089
+ "input": "v1/change-task-priority-request.json#",
1090
+ "method": "post",
1091
+ "name": "changeTaskGroupPriority",
1092
+ "output": "v1/task-group-priority-change-response.json#",
1093
+ "route": "/task-group/<taskGroupId>/priority",
1094
+ "stability": "experimental",
1095
+ },
1096
+ "changeTaskPriority": {
1097
+ "args": ["taskId"],
1098
+ "input": "v1/change-task-priority-request.json#",
1099
+ "method": "post",
1100
+ "name": "changeTaskPriority",
1101
+ "output": "v1/task-status-response.json#",
1102
+ "route": "/task/<taskId>/priority",
1103
+ "stability": "experimental",
1104
+ },
1054
1105
  "claimTask": {
1055
1106
  "args": ["taskId", "runId"],
1056
1107
  "input": "v1/task-claim-request.json#",
@@ -758,6 +758,128 @@ class QueueEvents(AsyncBaseClient):
758
758
  }
759
759
  return self._makeTopicExchange(ref, *args, **kwargs)
760
760
 
761
+ def taskPriorityChanged(self, *args, **kwargs):
762
+ """
763
+ Task Priority Changed Messages
764
+
765
+ A message published when task priority was updated via `changeTaskPriority` API call.
766
+
767
+ This exchange takes the following keys:
768
+
769
+ * routingKeyKind: Identifier for the routing-key kind. This is always `'primary'` for the formalized routing key. (required)
770
+
771
+ * taskId: `taskId` for the task this message concerns (required)
772
+
773
+ * runId: `runId` of latest run for the task, `_` if no run is exists for the task.
774
+
775
+ * workerGroup: `workerGroup` of latest run for the task, `_` if no run is exists for the task.
776
+
777
+ * workerId: `workerId` of latest run for the task, `_` if no run is exists for the task.
778
+
779
+ * provisionerId: `provisionerId` this task is targeted at. (required)
780
+
781
+ * workerType: `workerType` this task must run on. (required)
782
+
783
+ * schedulerId: `schedulerId` this task was created by. (required)
784
+
785
+ * taskGroupId: `taskGroupId` this task was created in. (required)
786
+
787
+ * reserved: Space reserved for future routing-key entries, you should always match this entry with `#`. As automatically done by our tooling, if not specified.
788
+ """
789
+
790
+ ref = {
791
+ "exchange": "task-priority-changed",
792
+ "name": "taskPriorityChanged",
793
+ "routingKey": [
794
+ {
795
+ "constant": "primary",
796
+ "multipleWords": False,
797
+ "name": "routingKeyKind",
798
+ },
799
+ {
800
+ "multipleWords": False,
801
+ "name": "taskId",
802
+ },
803
+ {
804
+ "multipleWords": False,
805
+ "name": "runId",
806
+ },
807
+ {
808
+ "multipleWords": False,
809
+ "name": "workerGroup",
810
+ },
811
+ {
812
+ "multipleWords": False,
813
+ "name": "workerId",
814
+ },
815
+ {
816
+ "multipleWords": False,
817
+ "name": "provisionerId",
818
+ },
819
+ {
820
+ "multipleWords": False,
821
+ "name": "workerType",
822
+ },
823
+ {
824
+ "multipleWords": False,
825
+ "name": "schedulerId",
826
+ },
827
+ {
828
+ "multipleWords": False,
829
+ "name": "taskGroupId",
830
+ },
831
+ {
832
+ "multipleWords": True,
833
+ "name": "reserved",
834
+ },
835
+ ],
836
+ "schema": "v1/task-priority-changed-message.json#",
837
+ }
838
+ return self._makeTopicExchange(ref, *args, **kwargs)
839
+
840
+ def taskGroupPriorityChanged(self, *args, **kwargs):
841
+ """
842
+ Task Group Priority Changed Messages
843
+
844
+ A message published when task group priority was changed via `changeTaskGroupPriority` API call.
845
+
846
+ This exchange takes the following keys:
847
+
848
+ * routingKeyKind: Identifier for the routing-key kind. This is always `'primary'` for the formalized routing key. (required)
849
+
850
+ * taskGroupId: `taskGroupId` for the task-group this message concerns (required)
851
+
852
+ * schedulerId: `schedulerId` for the task-group this message concerns (required)
853
+
854
+ * reserved: Space reserved for future routing-key entries, you should always match this entry with `#`. As automatically done by our tooling, if not specified.
855
+ """
856
+
857
+ ref = {
858
+ "exchange": "task-group-priority-changed",
859
+ "name": "taskGroupPriorityChanged",
860
+ "routingKey": [
861
+ {
862
+ "constant": "primary",
863
+ "multipleWords": False,
864
+ "name": "routingKeyKind",
865
+ },
866
+ {
867
+ "multipleWords": False,
868
+ "name": "taskGroupId",
869
+ },
870
+ {
871
+ "multipleWords": False,
872
+ "name": "schedulerId",
873
+ },
874
+ {
875
+ "multipleWords": True,
876
+ "name": "reserved",
877
+ },
878
+ ],
879
+ "schema": "v1/task-group-priority-changed-message.json#",
880
+ }
881
+ return self._makeTopicExchange(ref, *args, **kwargs)
882
+
761
883
  funcinfo = {}
762
884
 
763
885
 
@@ -364,6 +364,37 @@ class Queue(BaseClient):
364
364
 
365
365
  return self._makeApiCall(self.funcinfo["cancelTask"], *args, **kwargs)
366
366
 
367
+ def changeTaskPriority(self, *args, **kwargs):
368
+ """
369
+ Change Task Priority
370
+
371
+ This method updates the priority of a single unresolved task.
372
+
373
+ * Claimed or running tasks keep their current run priority until they are retried.
374
+ * Emits `taskPriorityChanged` events so downstream tooling can observe manual overrides.
375
+
376
+ This method is ``experimental``
377
+ """
378
+
379
+ return self._makeApiCall(self.funcinfo["changeTaskPriority"], *args, **kwargs)
380
+
381
+ def changeTaskGroupPriority(self, *args, **kwargs):
382
+ """
383
+ Change Task Group Priority
384
+
385
+ This method applies a new priority to unresolved tasks within a task group.
386
+
387
+ * Updates run in bounded batches to avoid long locks.
388
+ * Claimed or running tasks keep their current run priority until they are retried.
389
+ * Emits `taskGroupPriorityChanged` summary event at the end.
390
+
391
+ This method is ``experimental``
392
+ """
393
+
394
+ return self._makeApiCall(
395
+ self.funcinfo["changeTaskGroupPriority"], *args, **kwargs
396
+ )
397
+
367
398
  def claimWork(self, *args, **kwargs):
368
399
  """
369
400
  Claim Work
@@ -1021,6 +1052,24 @@ class Queue(BaseClient):
1021
1052
  "route": "/task-group/<taskGroupId>/cancel",
1022
1053
  "stability": "experimental",
1023
1054
  },
1055
+ "changeTaskGroupPriority": {
1056
+ "args": ["taskGroupId"],
1057
+ "input": "v1/change-task-priority-request.json#",
1058
+ "method": "post",
1059
+ "name": "changeTaskGroupPriority",
1060
+ "output": "v1/task-group-priority-change-response.json#",
1061
+ "route": "/task-group/<taskGroupId>/priority",
1062
+ "stability": "experimental",
1063
+ },
1064
+ "changeTaskPriority": {
1065
+ "args": ["taskId"],
1066
+ "input": "v1/change-task-priority-request.json#",
1067
+ "method": "post",
1068
+ "name": "changeTaskPriority",
1069
+ "output": "v1/task-status-response.json#",
1070
+ "route": "/task/<taskId>/priority",
1071
+ "stability": "experimental",
1072
+ },
1024
1073
  "claimTask": {
1025
1074
  "args": ["taskId", "runId"],
1026
1075
  "input": "v1/task-claim-request.json#",
@@ -758,6 +758,128 @@ class QueueEvents(BaseClient):
758
758
  }
759
759
  return self._makeTopicExchange(ref, *args, **kwargs)
760
760
 
761
+ def taskPriorityChanged(self, *args, **kwargs):
762
+ """
763
+ Task Priority Changed Messages
764
+
765
+ A message published when task priority was updated via `changeTaskPriority` API call.
766
+
767
+ This exchange takes the following keys:
768
+
769
+ * routingKeyKind: Identifier for the routing-key kind. This is always `'primary'` for the formalized routing key. (required)
770
+
771
+ * taskId: `taskId` for the task this message concerns (required)
772
+
773
+ * runId: `runId` of latest run for the task, `_` if no run is exists for the task.
774
+
775
+ * workerGroup: `workerGroup` of latest run for the task, `_` if no run is exists for the task.
776
+
777
+ * workerId: `workerId` of latest run for the task, `_` if no run is exists for the task.
778
+
779
+ * provisionerId: `provisionerId` this task is targeted at. (required)
780
+
781
+ * workerType: `workerType` this task must run on. (required)
782
+
783
+ * schedulerId: `schedulerId` this task was created by. (required)
784
+
785
+ * taskGroupId: `taskGroupId` this task was created in. (required)
786
+
787
+ * reserved: Space reserved for future routing-key entries, you should always match this entry with `#`. As automatically done by our tooling, if not specified.
788
+ """
789
+
790
+ ref = {
791
+ "exchange": "task-priority-changed",
792
+ "name": "taskPriorityChanged",
793
+ "routingKey": [
794
+ {
795
+ "constant": "primary",
796
+ "multipleWords": False,
797
+ "name": "routingKeyKind",
798
+ },
799
+ {
800
+ "multipleWords": False,
801
+ "name": "taskId",
802
+ },
803
+ {
804
+ "multipleWords": False,
805
+ "name": "runId",
806
+ },
807
+ {
808
+ "multipleWords": False,
809
+ "name": "workerGroup",
810
+ },
811
+ {
812
+ "multipleWords": False,
813
+ "name": "workerId",
814
+ },
815
+ {
816
+ "multipleWords": False,
817
+ "name": "provisionerId",
818
+ },
819
+ {
820
+ "multipleWords": False,
821
+ "name": "workerType",
822
+ },
823
+ {
824
+ "multipleWords": False,
825
+ "name": "schedulerId",
826
+ },
827
+ {
828
+ "multipleWords": False,
829
+ "name": "taskGroupId",
830
+ },
831
+ {
832
+ "multipleWords": True,
833
+ "name": "reserved",
834
+ },
835
+ ],
836
+ "schema": "v1/task-priority-changed-message.json#",
837
+ }
838
+ return self._makeTopicExchange(ref, *args, **kwargs)
839
+
840
+ def taskGroupPriorityChanged(self, *args, **kwargs):
841
+ """
842
+ Task Group Priority Changed Messages
843
+
844
+ A message published when task group priority was changed via `changeTaskGroupPriority` API call.
845
+
846
+ This exchange takes the following keys:
847
+
848
+ * routingKeyKind: Identifier for the routing-key kind. This is always `'primary'` for the formalized routing key. (required)
849
+
850
+ * taskGroupId: `taskGroupId` for the task-group this message concerns (required)
851
+
852
+ * schedulerId: `schedulerId` for the task-group this message concerns (required)
853
+
854
+ * reserved: Space reserved for future routing-key entries, you should always match this entry with `#`. As automatically done by our tooling, if not specified.
855
+ """
856
+
857
+ ref = {
858
+ "exchange": "task-group-priority-changed",
859
+ "name": "taskGroupPriorityChanged",
860
+ "routingKey": [
861
+ {
862
+ "constant": "primary",
863
+ "multipleWords": False,
864
+ "name": "routingKeyKind",
865
+ },
866
+ {
867
+ "multipleWords": False,
868
+ "name": "taskGroupId",
869
+ },
870
+ {
871
+ "multipleWords": False,
872
+ "name": "schedulerId",
873
+ },
874
+ {
875
+ "multipleWords": True,
876
+ "name": "reserved",
877
+ },
878
+ ],
879
+ "schema": "v1/task-group-priority-changed-message.json#",
880
+ }
881
+ return self._makeTopicExchange(ref, *args, **kwargs)
882
+
761
883
  funcinfo = {}
762
884
 
763
885
 
@@ -1380,28 +1380,30 @@ wheels = [
1380
1380
 
1381
1381
  [[package]]
1382
1382
  name = "psutil"
1383
- version = "7.1.3"
1383
+ version = "7.2.1"
1384
1384
  source = { registry = "https://pypi.org/simple" }
1385
- sdist = { url = "https://files.pythonhosted.org/packages/e1/88/bdd0a41e5857d5d703287598cbf08dad90aed56774ea52ae071bae9071b6/psutil-7.1.3.tar.gz", hash = "sha256:6c86281738d77335af7aec228328e944b30930899ea760ecf33a4dba66be5e74", size = 489059, upload-time = "2025-11-02T12:25:54.619Z" }
1385
+ sdist = { url = "https://files.pythonhosted.org/packages/73/cb/09e5184fb5fc0358d110fc3ca7f6b1d033800734d34cac10f4136cfac10e/psutil-7.2.1.tar.gz", hash = "sha256:f7583aec590485b43ca601dd9cea0dcd65bd7bb21d30ef4ddbf4ea6b5ed1bdd3", size = 490253, upload-time = "2025-12-29T08:26:00.169Z" }
1386
1386
  wheels = [
1387
- { url = "https://files.pythonhosted.org/packages/bd/93/0c49e776b8734fef56ec9c5c57f923922f2cf0497d62e0f419465f28f3d0/psutil-7.1.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:0005da714eee687b4b8decd3d6cc7c6db36215c9e74e5ad2264b90c3df7d92dc", size = 239751, upload-time = "2025-11-02T12:25:58.161Z" },
1388
- { url = "https://files.pythonhosted.org/packages/6f/8d/b31e39c769e70780f007969815195a55c81a63efebdd4dbe9e7a113adb2f/psutil-7.1.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:19644c85dcb987e35eeeaefdc3915d059dac7bd1167cdcdbf27e0ce2df0c08c0", size = 240368, upload-time = "2025-11-02T12:26:00.491Z" },
1389
- { url = "https://files.pythonhosted.org/packages/62/61/23fd4acc3c9eebbf6b6c78bcd89e5d020cfde4acf0a9233e9d4e3fa698b4/psutil-7.1.3-cp313-cp313t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:95ef04cf2e5ba0ab9eaafc4a11eaae91b44f4ef5541acd2ee91d9108d00d59a7", size = 287134, upload-time = "2025-11-02T12:26:02.613Z" },
1390
- { url = "https://files.pythonhosted.org/packages/30/1c/f921a009ea9ceb51aa355cb0cc118f68d354db36eae18174bab63affb3e6/psutil-7.1.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1068c303be3a72f8e18e412c5b2a8f6d31750fb152f9cb106b54090296c9d251", size = 289904, upload-time = "2025-11-02T12:26:05.207Z" },
1391
- { url = "https://files.pythonhosted.org/packages/a6/82/62d68066e13e46a5116df187d319d1724b3f437ddd0f958756fc052677f4/psutil-7.1.3-cp313-cp313t-win_amd64.whl", hash = "sha256:18349c5c24b06ac5612c0428ec2a0331c26443d259e2a0144a9b24b4395b58fa", size = 249642, upload-time = "2025-11-02T12:26:07.447Z" },
1392
- { url = "https://files.pythonhosted.org/packages/df/ad/c1cd5fe965c14a0392112f68362cfceb5230819dbb5b1888950d18a11d9f/psutil-7.1.3-cp313-cp313t-win_arm64.whl", hash = "sha256:c525ffa774fe4496282fb0b1187725793de3e7c6b29e41562733cae9ada151ee", size = 245518, upload-time = "2025-11-02T12:26:09.719Z" },
1393
- { url = "https://files.pythonhosted.org/packages/2e/bb/6670bded3e3236eb4287c7bcdc167e9fae6e1e9286e437f7111caed2f909/psutil-7.1.3-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:b403da1df4d6d43973dc004d19cee3b848e998ae3154cc8097d139b77156c353", size = 239843, upload-time = "2025-11-02T12:26:11.968Z" },
1394
- { url = "https://files.pythonhosted.org/packages/b8/66/853d50e75a38c9a7370ddbeefabdd3d3116b9c31ef94dc92c6729bc36bec/psutil-7.1.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:ad81425efc5e75da3f39b3e636293360ad8d0b49bed7df824c79764fb4ba9b8b", size = 240369, upload-time = "2025-11-02T12:26:14.358Z" },
1395
- { url = "https://files.pythonhosted.org/packages/41/bd/313aba97cb5bfb26916dc29cf0646cbe4dd6a89ca69e8c6edce654876d39/psutil-7.1.3-cp314-cp314t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8f33a3702e167783a9213db10ad29650ebf383946e91bc77f28a5eb083496bc9", size = 288210, upload-time = "2025-11-02T12:26:16.699Z" },
1396
- { url = "https://files.pythonhosted.org/packages/c2/fa/76e3c06e760927a0cfb5705eb38164254de34e9bd86db656d4dbaa228b04/psutil-7.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fac9cd332c67f4422504297889da5ab7e05fd11e3c4392140f7370f4208ded1f", size = 291182, upload-time = "2025-11-02T12:26:18.848Z" },
1397
- { url = "https://files.pythonhosted.org/packages/0f/1d/5774a91607035ee5078b8fd747686ebec28a962f178712de100d00b78a32/psutil-7.1.3-cp314-cp314t-win_amd64.whl", hash = "sha256:3792983e23b69843aea49c8f5b8f115572c5ab64c153bada5270086a2123c7e7", size = 250466, upload-time = "2025-11-02T12:26:21.183Z" },
1398
- { url = "https://files.pythonhosted.org/packages/00/ca/e426584bacb43a5cb1ac91fae1937f478cd8fbe5e4ff96574e698a2c77cd/psutil-7.1.3-cp314-cp314t-win_arm64.whl", hash = "sha256:31d77fcedb7529f27bb3a0472bea9334349f9a04160e8e6e5020f22c59893264", size = 245756, upload-time = "2025-11-02T12:26:23.148Z" },
1399
- { url = "https://files.pythonhosted.org/packages/ef/94/46b9154a800253e7ecff5aaacdf8ebf43db99de4a2dfa18575b02548654e/psutil-7.1.3-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:2bdbcd0e58ca14996a42adf3621a6244f1bb2e2e528886959c72cf1e326677ab", size = 238359, upload-time = "2025-11-02T12:26:25.284Z" },
1400
- { url = "https://files.pythonhosted.org/packages/68/3a/9f93cff5c025029a36d9a92fef47220ab4692ee7f2be0fba9f92813d0cb8/psutil-7.1.3-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:bc31fa00f1fbc3c3802141eede66f3a2d51d89716a194bf2cd6fc68310a19880", size = 239171, upload-time = "2025-11-02T12:26:27.23Z" },
1401
- { url = "https://files.pythonhosted.org/packages/ce/b1/5f49af514f76431ba4eea935b8ad3725cdeb397e9245ab919dbc1d1dc20f/psutil-7.1.3-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3bb428f9f05c1225a558f53e30ccbad9930b11c3fc206836242de1091d3e7dd3", size = 263261, upload-time = "2025-11-02T12:26:29.48Z" },
1402
- { url = "https://files.pythonhosted.org/packages/e0/95/992c8816a74016eb095e73585d747e0a8ea21a061ed3689474fabb29a395/psutil-7.1.3-cp36-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:56d974e02ca2c8eb4812c3f76c30e28836fffc311d55d979f1465c1feeb2b68b", size = 264635, upload-time = "2025-11-02T12:26:31.74Z" },
1403
- { url = "https://files.pythonhosted.org/packages/55/4c/c3ed1a622b6ae2fd3c945a366e64eb35247a31e4db16cf5095e269e8eb3c/psutil-7.1.3-cp37-abi3-win_amd64.whl", hash = "sha256:f39c2c19fe824b47484b96f9692932248a54c43799a84282cfe58d05a6449efd", size = 247633, upload-time = "2025-11-02T12:26:33.887Z" },
1404
- { url = "https://files.pythonhosted.org/packages/c9/ad/33b2ccec09bf96c2b2ef3f9a6f66baac8253d7565d8839e024a6b905d45d/psutil-7.1.3-cp37-abi3-win_arm64.whl", hash = "sha256:bd0d69cee829226a761e92f28140bec9a5ee9d5b4fb4b0cc589068dbfff559b1", size = 244608, upload-time = "2025-11-02T12:26:36.136Z" },
1387
+ { url = "https://files.pythonhosted.org/packages/77/8e/f0c242053a368c2aa89584ecd1b054a18683f13d6e5a318fc9ec36582c94/psutil-7.2.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:ba9f33bb525b14c3ea563b2fd521a84d2fa214ec59e3e6a2858f78d0844dd60d", size = 129624, upload-time = "2025-12-29T08:26:04.255Z" },
1388
+ { url = "https://files.pythonhosted.org/packages/26/97/a58a4968f8990617decee234258a2b4fc7cd9e35668387646c1963e69f26/psutil-7.2.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:81442dac7abfc2f4f4385ea9e12ddf5a796721c0f6133260687fec5c3780fa49", size = 130132, upload-time = "2025-12-29T08:26:06.228Z" },
1389
+ { url = "https://files.pythonhosted.org/packages/db/6d/ed44901e830739af5f72a85fa7ec5ff1edea7f81bfbf4875e409007149bd/psutil-7.2.1-cp313-cp313t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ea46c0d060491051d39f0d2cff4f98d5c72b288289f57a21556cc7d504db37fc", size = 180612, upload-time = "2025-12-29T08:26:08.276Z" },
1390
+ { url = "https://files.pythonhosted.org/packages/c7/65/b628f8459bca4efbfae50d4bf3feaab803de9a160b9d5f3bd9295a33f0c2/psutil-7.2.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:35630d5af80d5d0d49cfc4d64c1c13838baf6717a13effb35869a5919b854cdf", size = 183201, upload-time = "2025-12-29T08:26:10.622Z" },
1391
+ { url = "https://files.pythonhosted.org/packages/fb/23/851cadc9764edcc18f0effe7d0bf69f727d4cf2442deb4a9f78d4e4f30f2/psutil-7.2.1-cp313-cp313t-win_amd64.whl", hash = "sha256:923f8653416604e356073e6e0bccbe7c09990acef442def2f5640dd0faa9689f", size = 139081, upload-time = "2025-12-29T08:26:12.483Z" },
1392
+ { url = "https://files.pythonhosted.org/packages/59/82/d63e8494ec5758029f31c6cb06d7d161175d8281e91d011a4a441c8a43b5/psutil-7.2.1-cp313-cp313t-win_arm64.whl", hash = "sha256:cfbe6b40ca48019a51827f20d830887b3107a74a79b01ceb8cc8de4ccb17b672", size = 134767, upload-time = "2025-12-29T08:26:14.528Z" },
1393
+ { url = "https://files.pythonhosted.org/packages/05/c2/5fb764bd61e40e1fe756a44bd4c21827228394c17414ade348e28f83cd79/psutil-7.2.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:494c513ccc53225ae23eec7fe6e1482f1b8a44674241b54561f755a898650679", size = 129716, upload-time = "2025-12-29T08:26:16.017Z" },
1394
+ { url = "https://files.pythonhosted.org/packages/c9/d2/935039c20e06f615d9ca6ca0ab756cf8408a19d298ffaa08666bc18dc805/psutil-7.2.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:3fce5f92c22b00cdefd1645aa58ab4877a01679e901555067b1bd77039aa589f", size = 130133, upload-time = "2025-12-29T08:26:18.009Z" },
1395
+ { url = "https://files.pythonhosted.org/packages/77/69/19f1eb0e01d24c2b3eacbc2f78d3b5add8a89bf0bb69465bc8d563cc33de/psutil-7.2.1-cp314-cp314t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:93f3f7b0bb07711b49626e7940d6fe52aa9940ad86e8f7e74842e73189712129", size = 181518, upload-time = "2025-12-29T08:26:20.241Z" },
1396
+ { url = "https://files.pythonhosted.org/packages/e1/6d/7e18b1b4fa13ad370787626c95887b027656ad4829c156bb6569d02f3262/psutil-7.2.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d34d2ca888208eea2b5c68186841336a7f5e0b990edec929be909353a202768a", size = 184348, upload-time = "2025-12-29T08:26:22.215Z" },
1397
+ { url = "https://files.pythonhosted.org/packages/98/60/1672114392dd879586d60dd97896325df47d9a130ac7401318005aab28ec/psutil-7.2.1-cp314-cp314t-win_amd64.whl", hash = "sha256:2ceae842a78d1603753561132d5ad1b2f8a7979cb0c283f5b52fb4e6e14b1a79", size = 140400, upload-time = "2025-12-29T08:26:23.993Z" },
1398
+ { url = "https://files.pythonhosted.org/packages/fb/7b/d0e9d4513c46e46897b46bcfc410d51fc65735837ea57a25170f298326e6/psutil-7.2.1-cp314-cp314t-win_arm64.whl", hash = "sha256:08a2f175e48a898c8eb8eace45ce01777f4785bc744c90aa2cc7f2fa5462a266", size = 135430, upload-time = "2025-12-29T08:26:25.999Z" },
1399
+ { url = "https://files.pythonhosted.org/packages/c5/cf/5180eb8c8bdf6a503c6919f1da28328bd1e6b3b1b5b9d5b01ae64f019616/psutil-7.2.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:b2e953fcfaedcfbc952b44744f22d16575d3aa78eb4f51ae74165b4e96e55f42", size = 128137, upload-time = "2025-12-29T08:26:27.759Z" },
1400
+ { url = "https://files.pythonhosted.org/packages/c5/2c/78e4a789306a92ade5000da4f5de3255202c534acdadc3aac7b5458fadef/psutil-7.2.1-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:05cc68dbb8c174828624062e73078e7e35406f4ca2d0866c272c2410d8ef06d1", size = 128947, upload-time = "2025-12-29T08:26:29.548Z" },
1401
+ { url = "https://files.pythonhosted.org/packages/29/f8/40e01c350ad9a2b3cb4e6adbcc8a83b17ee50dd5792102b6142385937db5/psutil-7.2.1-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5e38404ca2bb30ed7267a46c02f06ff842e92da3bb8c5bfdadbd35a5722314d8", size = 154694, upload-time = "2025-12-29T08:26:32.147Z" },
1402
+ { url = "https://files.pythonhosted.org/packages/06/e4/b751cdf839c011a9714a783f120e6a86b7494eb70044d7d81a25a5cd295f/psutil-7.2.1-cp36-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ab2b98c9fc19f13f59628d94df5cc4cc4844bc572467d113a8b517d634e362c6", size = 156136, upload-time = "2025-12-29T08:26:34.079Z" },
1403
+ { url = "https://files.pythonhosted.org/packages/44/ad/bbf6595a8134ee1e94a4487af3f132cef7fce43aef4a93b49912a48c3af7/psutil-7.2.1-cp36-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:f78baafb38436d5a128f837fab2d92c276dfb48af01a240b861ae02b2413ada8", size = 148108, upload-time = "2025-12-29T08:26:36.225Z" },
1404
+ { url = "https://files.pythonhosted.org/packages/1c/15/dd6fd869753ce82ff64dcbc18356093471a5a5adf4f77ed1f805d473d859/psutil-7.2.1-cp36-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:99a4cd17a5fdd1f3d014396502daa70b5ec21bf4ffe38393e152f8e449757d67", size = 147402, upload-time = "2025-12-29T08:26:39.21Z" },
1405
+ { url = "https://files.pythonhosted.org/packages/34/68/d9317542e3f2b180c4306e3f45d3c922d7e86d8ce39f941bb9e2e9d8599e/psutil-7.2.1-cp37-abi3-win_amd64.whl", hash = "sha256:b1b0671619343aa71c20ff9767eced0483e4fc9e1f489d50923738caf6a03c17", size = 136938, upload-time = "2025-12-29T08:26:41.036Z" },
1406
+ { url = "https://files.pythonhosted.org/packages/3e/73/2ce007f4198c80fcf2cb24c169884f833fe93fbc03d55d302627b094ee91/psutil-7.2.1-cp37-abi3-win_arm64.whl", hash = "sha256:0d67c1822c355aa6f7314d92018fb4268a76668a536f133599b91edd48759442", size = 133836, upload-time = "2025-12-29T08:26:43.086Z" },
1405
1407
  ]
1406
1408
 
1407
1409
  [[package]]
@@ -1565,28 +1567,28 @@ wheels = [
1565
1567
 
1566
1568
  [[package]]
1567
1569
  name = "ruff"
1568
- version = "0.14.7"
1570
+ version = "0.14.10"
1569
1571
  source = { registry = "https://pypi.org/simple" }
1570
- sdist = { url = "https://files.pythonhosted.org/packages/b7/5b/dd7406afa6c95e3d8fa9d652b6d6dd17dd4a6bf63cb477014e8ccd3dcd46/ruff-0.14.7.tar.gz", hash = "sha256:3417deb75d23bd14a722b57b0a1435561db65f0ad97435b4cf9f85ffcef34ae5", size = 5727324, upload-time = "2025-11-28T20:55:10.525Z" }
1572
+ sdist = { url = "https://files.pythonhosted.org/packages/57/08/52232a877978dd8f9cf2aeddce3e611b40a63287dfca29b6b8da791f5e8d/ruff-0.14.10.tar.gz", hash = "sha256:9a2e830f075d1a42cd28420d7809ace390832a490ed0966fe373ba288e77aaf4", size = 5859763, upload-time = "2025-12-18T19:28:57.98Z" }
1571
1573
  wheels = [
1572
- { url = "https://files.pythonhosted.org/packages/8c/b1/7ea5647aaf90106f6d102230e5df874613da43d1089864da1553b899ba5e/ruff-0.14.7-py3-none-linux_armv6l.whl", hash = "sha256:b9d5cb5a176c7236892ad7224bc1e63902e4842c460a0b5210701b13e3de4fca", size = 13414475, upload-time = "2025-11-28T20:54:54.569Z" },
1573
- { url = "https://files.pythonhosted.org/packages/af/19/fddb4cd532299db9cdaf0efdc20f5c573ce9952a11cb532d3b859d6d9871/ruff-0.14.7-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:3f64fe375aefaf36ca7d7250292141e39b4cea8250427482ae779a2aa5d90015", size = 13634613, upload-time = "2025-11-28T20:55:17.54Z" },
1574
- { url = "https://files.pythonhosted.org/packages/40/2b/469a66e821d4f3de0440676ed3e04b8e2a1dc7575cf6fa3ba6d55e3c8557/ruff-0.14.7-py3-none-macosx_11_0_arm64.whl", hash = "sha256:93e83bd3a9e1a3bda64cb771c0d47cda0e0d148165013ae2d3554d718632d554", size = 12765458, upload-time = "2025-11-28T20:55:26.128Z" },
1575
- { url = "https://files.pythonhosted.org/packages/f1/05/0b001f734fe550bcfde4ce845948ac620ff908ab7241a39a1b39bb3c5f49/ruff-0.14.7-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3838948e3facc59a6070795de2ae16e5786861850f78d5914a03f12659e88f94", size = 13236412, upload-time = "2025-11-28T20:55:28.602Z" },
1576
- { url = "https://files.pythonhosted.org/packages/11/36/8ed15d243f011b4e5da75cd56d6131c6766f55334d14ba31cce5461f28aa/ruff-0.14.7-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:24c8487194d38b6d71cd0fd17a5b6715cda29f59baca1defe1e3a03240f851d1", size = 13182949, upload-time = "2025-11-28T20:55:33.265Z" },
1577
- { url = "https://files.pythonhosted.org/packages/3b/cf/fcb0b5a195455729834f2a6eadfe2e4519d8ca08c74f6d2b564a4f18f553/ruff-0.14.7-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:79c73db6833f058a4be8ffe4a0913b6d4ad41f6324745179bd2aa09275b01d0b", size = 13816470, upload-time = "2025-11-28T20:55:08.203Z" },
1578
- { url = "https://files.pythonhosted.org/packages/7f/5d/34a4748577ff7a5ed2f2471456740f02e86d1568a18c9faccfc73bd9ca3f/ruff-0.14.7-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:12eb7014fccff10fc62d15c79d8a6be4d0c2d60fe3f8e4d169a0d2def75f5dad", size = 15289621, upload-time = "2025-11-28T20:55:30.837Z" },
1579
- { url = "https://files.pythonhosted.org/packages/53/53/0a9385f047a858ba133d96f3f8e3c9c66a31cc7c4b445368ef88ebeac209/ruff-0.14.7-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6c623bbdc902de7ff715a93fa3bb377a4e42dd696937bf95669118773dbf0c50", size = 14975817, upload-time = "2025-11-28T20:55:24.107Z" },
1580
- { url = "https://files.pythonhosted.org/packages/a8/d7/2f1c32af54c3b46e7fadbf8006d8b9bcfbea535c316b0bd8813d6fb25e5d/ruff-0.14.7-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f53accc02ed2d200fa621593cdb3c1ae06aa9b2c3cae70bc96f72f0000ae97a9", size = 14284549, upload-time = "2025-11-28T20:55:06.08Z" },
1581
- { url = "https://files.pythonhosted.org/packages/92/05/434ddd86becd64629c25fb6b4ce7637dd52a45cc4a4415a3008fe61c27b9/ruff-0.14.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:281f0e61a23fcdcffca210591f0f53aafaa15f9025b5b3f9706879aaa8683bc4", size = 14071389, upload-time = "2025-11-28T20:55:35.617Z" },
1582
- { url = "https://files.pythonhosted.org/packages/ff/50/fdf89d4d80f7f9d4f420d26089a79b3bb1538fe44586b148451bc2ba8d9c/ruff-0.14.7-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:dbbaa5e14148965b91cb090236931182ee522a5fac9bc5575bafc5c07b9f9682", size = 14202679, upload-time = "2025-11-28T20:55:01.472Z" },
1583
- { url = "https://files.pythonhosted.org/packages/77/54/87b34988984555425ce967f08a36df0ebd339bb5d9d0e92a47e41151eafc/ruff-0.14.7-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:1464b6e54880c0fe2f2d6eaefb6db15373331414eddf89d6b903767ae2458143", size = 13147677, upload-time = "2025-11-28T20:55:19.933Z" },
1584
- { url = "https://files.pythonhosted.org/packages/67/29/f55e4d44edfe053918a16a3299e758e1c18eef216b7a7092550d7a9ec51c/ruff-0.14.7-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:f217ed871e4621ea6128460df57b19ce0580606c23aeab50f5de425d05226784", size = 13151392, upload-time = "2025-11-28T20:55:21.967Z" },
1585
- { url = "https://files.pythonhosted.org/packages/36/69/47aae6dbd4f1d9b4f7085f4d9dcc84e04561ee7ad067bf52e0f9b02e3209/ruff-0.14.7-py3-none-musllinux_1_2_i686.whl", hash = "sha256:6be02e849440ed3602d2eb478ff7ff07d53e3758f7948a2a598829660988619e", size = 13412230, upload-time = "2025-11-28T20:55:12.749Z" },
1586
- { url = "https://files.pythonhosted.org/packages/b7/4b/6e96cb6ba297f2ba502a231cd732ed7c3de98b1a896671b932a5eefa3804/ruff-0.14.7-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:19a0f116ee5e2b468dfe80c41c84e2bbd6b74f7b719bee86c2ecde0a34563bcc", size = 14195397, upload-time = "2025-11-28T20:54:56.896Z" },
1587
- { url = "https://files.pythonhosted.org/packages/69/82/251d5f1aa4dcad30aed491b4657cecd9fb4274214da6960ffec144c260f7/ruff-0.14.7-py3-none-win32.whl", hash = "sha256:e33052c9199b347c8937937163b9b149ef6ab2e4bb37b042e593da2e6f6cccfa", size = 13126751, upload-time = "2025-11-28T20:55:03.47Z" },
1588
- { url = "https://files.pythonhosted.org/packages/a8/b5/d0b7d145963136b564806f6584647af45ab98946660d399ec4da79cae036/ruff-0.14.7-py3-none-win_amd64.whl", hash = "sha256:e17a20ad0d3fad47a326d773a042b924d3ac31c6ca6deb6c72e9e6b5f661a7c6", size = 14531726, upload-time = "2025-11-28T20:54:59.121Z" },
1589
- { url = "https://files.pythonhosted.org/packages/1d/d2/1637f4360ada6a368d3265bf39f2cf737a0aaab15ab520fc005903e883f8/ruff-0.14.7-py3-none-win_arm64.whl", hash = "sha256:be4d653d3bea1b19742fcc6502354e32f65cd61ff2fbdb365803ef2c2aec6228", size = 13609215, upload-time = "2025-11-28T20:55:15.375Z" },
1574
+ { url = "https://files.pythonhosted.org/packages/60/01/933704d69f3f05ee16ef11406b78881733c186fe14b6a46b05cfcaf6d3b2/ruff-0.14.10-py3-none-linux_armv6l.whl", hash = "sha256:7a3ce585f2ade3e1f29ec1b92df13e3da262178df8c8bdf876f48fa0e8316c49", size = 13527080, upload-time = "2025-12-18T19:29:25.642Z" },
1575
+ { url = "https://files.pythonhosted.org/packages/df/58/a0349197a7dfa603ffb7f5b0470391efa79ddc327c1e29c4851e85b09cc5/ruff-0.14.10-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:674f9be9372907f7257c51f1d4fc902cb7cf014b9980152b802794317941f08f", size = 13797320, upload-time = "2025-12-18T19:29:02.571Z" },
1576
+ { url = "https://files.pythonhosted.org/packages/7b/82/36be59f00a6082e38c23536df4e71cdbc6af8d7c707eade97fcad5c98235/ruff-0.14.10-py3-none-macosx_11_0_arm64.whl", hash = "sha256:d85713d522348837ef9df8efca33ccb8bd6fcfc86a2cde3ccb4bc9d28a18003d", size = 12918434, upload-time = "2025-12-18T19:28:51.202Z" },
1577
+ { url = "https://files.pythonhosted.org/packages/a6/00/45c62a7f7e34da92a25804f813ebe05c88aa9e0c25e5cb5a7d23dd7450e3/ruff-0.14.10-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6987ebe0501ae4f4308d7d24e2d0fe3d7a98430f5adfd0f1fead050a740a3a77", size = 13371961, upload-time = "2025-12-18T19:29:04.991Z" },
1578
+ { url = "https://files.pythonhosted.org/packages/40/31/a5906d60f0405f7e57045a70f2d57084a93ca7425f22e1d66904769d1628/ruff-0.14.10-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:16a01dfb7b9e4eee556fbfd5392806b1b8550c9b4a9f6acd3dbe6812b193c70a", size = 13275629, upload-time = "2025-12-18T19:29:21.381Z" },
1579
+ { url = "https://files.pythonhosted.org/packages/3e/60/61c0087df21894cf9d928dc04bcd4fb10e8b2e8dca7b1a276ba2155b2002/ruff-0.14.10-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7165d31a925b7a294465fa81be8c12a0e9b60fb02bf177e79067c867e71f8b1f", size = 14029234, upload-time = "2025-12-18T19:29:00.132Z" },
1580
+ { url = "https://files.pythonhosted.org/packages/44/84/77d911bee3b92348b6e5dab5a0c898d87084ea03ac5dc708f46d88407def/ruff-0.14.10-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:c561695675b972effb0c0a45db233f2c816ff3da8dcfbe7dfc7eed625f218935", size = 15449890, upload-time = "2025-12-18T19:28:53.573Z" },
1581
+ { url = "https://files.pythonhosted.org/packages/e9/36/480206eaefa24a7ec321582dda580443a8f0671fdbf6b1c80e9c3e93a16a/ruff-0.14.10-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4bb98fcbbc61725968893682fd4df8966a34611239c9fd07a1f6a07e7103d08e", size = 15123172, upload-time = "2025-12-18T19:29:23.453Z" },
1582
+ { url = "https://files.pythonhosted.org/packages/5c/38/68e414156015ba80cef5473d57919d27dfb62ec804b96180bafdeaf0e090/ruff-0.14.10-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f24b47993a9d8cb858429e97bdf8544c78029f09b520af615c1d261bf827001d", size = 14460260, upload-time = "2025-12-18T19:29:27.808Z" },
1583
+ { url = "https://files.pythonhosted.org/packages/b3/19/9e050c0dca8aba824d67cc0db69fb459c28d8cd3f6855b1405b3f29cc91d/ruff-0.14.10-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:59aabd2e2c4fd614d2862e7939c34a532c04f1084476d6833dddef4afab87e9f", size = 14229978, upload-time = "2025-12-18T19:29:11.32Z" },
1584
+ { url = "https://files.pythonhosted.org/packages/51/eb/e8dd1dd6e05b9e695aa9dd420f4577debdd0f87a5ff2fedda33c09e9be8c/ruff-0.14.10-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:213db2b2e44be8625002dbea33bb9c60c66ea2c07c084a00d55732689d697a7f", size = 14338036, upload-time = "2025-12-18T19:29:09.184Z" },
1585
+ { url = "https://files.pythonhosted.org/packages/6a/12/f3e3a505db7c19303b70af370d137795fcfec136d670d5de5391e295c134/ruff-0.14.10-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:b914c40ab64865a17a9a5b67911d14df72346a634527240039eb3bd650e5979d", size = 13264051, upload-time = "2025-12-18T19:29:13.431Z" },
1586
+ { url = "https://files.pythonhosted.org/packages/08/64/8c3a47eaccfef8ac20e0484e68e0772013eb85802f8a9f7603ca751eb166/ruff-0.14.10-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:1484983559f026788e3a5c07c81ef7d1e97c1c78ed03041a18f75df104c45405", size = 13283998, upload-time = "2025-12-18T19:29:06.994Z" },
1587
+ { url = "https://files.pythonhosted.org/packages/12/84/534a5506f4074e5cc0529e5cd96cfc01bb480e460c7edf5af70d2bcae55e/ruff-0.14.10-py3-none-musllinux_1_2_i686.whl", hash = "sha256:c70427132db492d25f982fffc8d6c7535cc2fd2c83fc8888f05caaa248521e60", size = 13601891, upload-time = "2025-12-18T19:28:55.811Z" },
1588
+ { url = "https://files.pythonhosted.org/packages/0d/1e/14c916087d8598917dbad9b2921d340f7884824ad6e9c55de948a93b106d/ruff-0.14.10-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:5bcf45b681e9f1ee6445d317ce1fa9d6cba9a6049542d1c3d5b5958986be8830", size = 14336660, upload-time = "2025-12-18T19:29:16.531Z" },
1589
+ { url = "https://files.pythonhosted.org/packages/f2/1c/d7b67ab43f30013b47c12b42d1acd354c195351a3f7a1d67f59e54227ede/ruff-0.14.10-py3-none-win32.whl", hash = "sha256:104c49fc7ab73f3f3a758039adea978869a918f31b73280db175b43a2d9b51d6", size = 13196187, upload-time = "2025-12-18T19:29:19.006Z" },
1590
+ { url = "https://files.pythonhosted.org/packages/fb/9c/896c862e13886fae2af961bef3e6312db9ebc6adc2b156fe95e615dee8c1/ruff-0.14.10-py3-none-win_amd64.whl", hash = "sha256:466297bd73638c6bdf06485683e812db1c00c7ac96d4ddd0294a338c62fdc154", size = 14661283, upload-time = "2025-12-18T19:29:30.16Z" },
1591
+ { url = "https://files.pythonhosted.org/packages/74/31/b0e29d572670dca3674eeee78e418f20bdf97fa8aa9ea71380885e175ca0/ruff-0.14.10-py3-none-win_arm64.whl", hash = "sha256:e51d046cf6dda98a4633b8a8a771451107413b0f07183b2bef03f075599e44e6", size = 13729839, upload-time = "2025-12-18T19:28:48.636Z" },
1590
1592
  ]
1591
1593
 
1592
1594
  [[package]]
@@ -1618,7 +1620,7 @@ wheels = [
1618
1620
 
1619
1621
  [[package]]
1620
1622
  name = "taskcluster"
1621
- version = "95.0.1"
1623
+ version = "95.1.0"
1622
1624
  source = { editable = "." }
1623
1625
  dependencies = [
1624
1626
  { 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