From 4e97bb1a2cbfdd63d27c9e095d27c9ea36d4e453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 12:32:55 +0000 Subject: [PATCH] chore(deps): update adaptix requirement from >=3.0.0b11 to >=3.0.0b12 Updates the requirements on [adaptix](https://github.com/reagento/adaptix) to permit the latest version. - [Release notes](https://github.com/reagento/adaptix/releases) - [Commits](https://github.com/reagento/adaptix/compare/v3.0.0b11...v3.0.0b12) --- updated-dependencies: - dependency-name: adaptix dependency-version: 3.0.0b12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9fe769b..78478b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ] requires-python = ">=3.13" dependencies = [ - "adaptix>=3.0.0b11", + "adaptix>=3.0.0b12", "orjson>=3.11.5", "pyyaml>=6.0.3", "structlog>=25.5.0",