From d60068efee7d79e10245ae6a2663892c6c779560 Mon Sep 17 00:00:00 2001 From: wvandeun Date: Tue, 10 Jun 2025 15:21:34 +0200 Subject: [PATCH 1/2] bump version to v1.12.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d347fee..7481d9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "1.12.2" +version = "1.12.3" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md" From 32c4f6370eb77835312048ec3383af819c53ba7e Mon Sep 17 00:00:00 2001 From: wvandeun Date: Tue, 10 Jun 2025 15:22:13 +0200 Subject: [PATCH 2/2] add changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e85f2..355348a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,17 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [1.12.3](https://github.com/opsmill/infrahub-sdk-python/tree/v1.12.3) - 2025-06-10 + +## Fixed + +- fix Python transforms tests in the resource testing framework by @ogenstad in https://github.com/opsmill/infrahub-sdk-python/pull/433 +- add unit test for Python transforms test for the resource testing framework @wvandeun in https://github.com/opsmill/infrahub-sdk-python/pull/435 + +### Changed + +- loosen requirement for the optional Rich dependency from v12.0.0 up to but not including v14.0.0 by @wvandeun in https://github.com/opsmill/infrahub-sdk-python/pull/434 + ## [1.12.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.12.2) - 2025-06-05 ### Fixed