From 820be03c4013e06134f976bf0770bedc76aa0b2e Mon Sep 17 00:00:00 2001 From: svlandeg Date: Mon, 11 May 2026 15:36:12 +0200 Subject: [PATCH] bump ty lowerbound to 0.0.25 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7abb9a33c4..8dbe59152e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -175,7 +175,7 @@ tests = [ "pyyaml >=5.3.1,<7.0.0", "sqlmodel >=0.0.31", "strawberry-graphql >=0.200.0,<1.0.0", - "ty>=0.0.9", + "ty>=0.0.25", "a2wsgi >=1.9.0,<=2.0.0", "pytest-xdist[psutil]>=2.5.0", "pytest-cov>=4.0.0",