From 3fbd5f73bfc4b7fa02b7c7cff0e333866503161f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 6 May 2026 21:16:02 +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 734df7e..e0eee83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ Changelog = "https://github.com/googleapis/langchain-google-bigtable-python/blob test = [ "black[jupyter]==25.1.0", "isort==6.0.1", - "mypy==1.17.0", + "mypy==2.0.0", "pytest-asyncio==1.1.0", "pytest==8.4.1", "pytest-cov==6.2.1"