From 8ae327a6b7133bc9cbbf857f3c4deb0f33f6131d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 6 May 2026 23:02:03 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49bbc71..5fd15cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/ test = [ "black[jupyter]==26.3.1", "isort==8.0.1", - "mypy==1.20.1", + "mypy==2.0.0", "pytest-asyncio==1.3.0", "pytest==8.4.2", "pytest-cov==7.1.0"