From 2dae9d29cb839545774e707081d5c4cc8ee1f832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 19:32:47 +0000 Subject: [PATCH] chore(deps-dev): update ast-serialize requirement from <0.9 to <0.10 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.9.0) --- updated-dependencies: - dependency-name: ast-serialize dependency-version: 0.9.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 9434d19..0788236 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.9", + "ast-serialize<0.10", "datamodel-code-generator>=0.26", "pyyaml>=6", "python-dotenv>=1",