From 264b45eb670493e9a15e6f742896b87c6bdeb097 Mon Sep 17 00:00:00 2001 From: abhishekmadan30 Date: Thu, 19 Feb 2026 14:56:01 -0500 Subject: [PATCH] chore: bump version to 19.2.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a492f38d..3dfce59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [19.2.1] - 2026-02-19 + +### Fixed + +- Loosen `optionally_keyed_by` constraints for msgspec compatibility + ## [19.2.0] - 2026-02-18 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 06f0d775..c20443ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "19.2.0" +version = "19.2.1" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index e42a9e17..a7942481 100644 --- a/uv.lock +++ b/uv.lock @@ -2587,7 +2587,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "19.2.0" +version = "19.2.1" source = { editable = "." } dependencies = [ { name = "appdirs" },