From a1d0552fd289918caff94e1b2c4d5a10fe659939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 19:32:57 +0000 Subject: [PATCH] chore(deps-dev): update ast-serialize requirement from <0.6 to <0.7 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.6.0) --- updated-dependencies: - dependency-name: ast-serialize dependency-version: 0.6.0 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 3ec1cfd..e8dd2fa 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.6", + "ast-serialize<0.7", "datamodel-code-generator>=0.26", "pyyaml>=6", "python-dotenv>=1",