From 4c266db33b6e0179cdf35549470238d9340ca777 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 6 May 2026 23:04:17 +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 b399db4..257f5b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Changelog = "https://github.com/googleapis/langchain-google-datastore-python/blo test = [ "black[jupyter]==24.10.0", "isort==5.13.2", - "mypy==1.13.0", + "mypy==2.0.0", "pytest-asyncio==0.24.0", "pytest==8.3.3", "pytest-cov==5.0.0"