From 4a89826fbd2187068e8f86a5e976daf84874c834 Mon Sep 17 00:00:00 2001 From: James Graham Date: Thu, 9 Jan 2025 13:47:56 +0000 Subject: [PATCH] Remove dep on typed-ast This is no longer support in Python 3.13, and no longer required for Python>=3.8 --- tools/requirements_mypy.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/requirements_mypy.txt b/tools/requirements_mypy.txt index a59476cd2e34b6..06fb778ea66425 100644 --- a/tools/requirements_mypy.txt +++ b/tools/requirements_mypy.txt @@ -2,7 +2,6 @@ mypy==1.14.0 mypy-extensions==1.0.0 toml==0.10.2 tomli==2.0.1 -typed-ast==1.5.5 types-atomicwrites==1.4.5.1 types-python-dateutil==2.9.0.20240906 types-PyYAML==6.0.12.12