From e7e4ab712c91299c250b18fdbfd5475214fc1f8d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 6 May 2026 23:17: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 6fa3d320..a5e9f3ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ langgraph = [ test = [ "black[jupyter]==26.1.0", "isort==8.0.0", - "mypy==1.19.1", + "mypy==2.0.0", "pytest-asyncio==0.26.0", "pytest==8.4.2", "pytest-cov==7.0.0",