From ad63f188e9b42ebcf62a60a9c05367928f681880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 19:34:03 +0000 Subject: [PATCH] chore(deps-dev): update ast-serialize requirement from <0.10 to <0.12 Updates the requirements on [ast-serialize](https://github.com/mypyc/ast_serialize) to permit the latest version. - [Commits](https://github.com/mypyc/ast_serialize/compare/v0.1.0...v0.11.1) --- updated-dependencies: - dependency-name: ast-serialize dependency-version: 0.11.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0788236..cfb4a21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ dev = [ # Transitive of mypy 2.1.x. Pin <0.5 because 0.5.0 only ships cp314 # wheels (cp39-abi3 dropped), breaking CI on Python 3.12 + 3.13 runners. # Drop once upstream republishes broader wheels. - "ast-serialize<0.10", + "ast-serialize<0.12", "datamodel-code-generator>=0.26", "pyyaml>=6", "python-dotenv>=1",