From 6e52e39a16db4bddd0ea15bb6a2f815b308900e6 Mon Sep 17 00:00:00 2001 From: abhishekmadan30 Date: Mon, 4 May 2026 13:40:46 -0400 Subject: [PATCH] chore: version bump v4.1.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 4 ++-- uv.lock | 12 ++++++------ 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc10812..054771e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 4.1.2 (2026-05-01) + +### Fix + +- mark compatible with Taskgraph v23.x +- ensure head_rev always matches the one the action task is running from + ## 4.1.1 (2026-03-17) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6577618..84193a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mozilla-taskgraph" -version = "4.1.1" +version = "4.1.2" description = "Mozilla specific transforms and utilities for Taskgraph" readme = "README.md" authors = [ @@ -20,7 +20,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "taskcluster-taskgraph>=19.1,<22", + "taskcluster-taskgraph>=19.1,<24", ] [project.urls] diff --git a/uv.lock b/uv.lock index 6ef87b5..93ed495 100644 --- a/uv.lock +++ b/uv.lock @@ -852,7 +852,7 @@ name = "exceptiongroup" version = "1.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.12'" }, + { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" } wheels = [ @@ -1274,7 +1274,7 @@ wheels = [ [[package]] name = "mozilla-taskgraph" -version = "4.1.1" +version = "4.1.2" source = { editable = "." } dependencies = [ { name = "taskcluster-taskgraph" }, @@ -1300,7 +1300,7 @@ docs = [ ] [package.metadata] -requires-dist = [{ name = "taskcluster-taskgraph", specifier = ">=19.1,<22" }] +requires-dist = [{ name = "taskcluster-taskgraph", specifier = ">=19.1,<24" }] [package.metadata.requires-dev] dev = [ @@ -2234,7 +2234,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "21.0.0" +version = "23.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "appdirs" }, @@ -2254,9 +2254,9 @@ dependencies = [ { name = "taskcluster-urls" }, { name = "voluptuous" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/73/af/118c68abe4459a44abf25940d5e2fcff61c335eac7635271a751cbbc16c9/taskcluster_taskgraph-21.0.0.tar.gz", hash = "sha256:478cb35891269dba0c55bf444b5f080e2f4243d5c5d9ec48a1b6a681ddbeabb1", size = 559847, upload-time = "2026-04-13T20:01:51.674Z" } +sdist = { url = "https://files.pythonhosted.org/packages/86/84/ec58d1b52cb43536594aeca6f28a67a59a93a5fefb66f1426e9e0e9d23a0/taskcluster_taskgraph-23.0.0.tar.gz", hash = "sha256:21f1c482f12608e585e1b74341786b0a20b081edd87e14a59399058fbe49c344", size = 550534, upload-time = "2026-05-04T15:30:49.705Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/31/15/dbda997c961384c80df045171b8207acabb694cb749d45cc14c2ed0045c4/taskcluster_taskgraph-21.0.0-py3-none-any.whl", hash = "sha256:ea42eb9a774c4eaaa9a084601aecd7c3240dc0884b31578bf17bfb7bb3eb9593", size = 207877, upload-time = "2026-04-13T20:01:49.943Z" }, + { url = "https://files.pythonhosted.org/packages/3a/c5/55c240ac0acd916970f965107fac1e8be4d5810ddecb4be6e2a38ce039e2/taskcluster_taskgraph-23.0.0-py3-none-any.whl", hash = "sha256:cac5460db5a9d30ab6c8aeb3799f2fc9bae12be62c899e10147b12e947bd93dc", size = 209689, upload-time = "2026-05-04T15:30:47.578Z" }, ] [[package]]