From 372cf635e1644289d5f5e3b6f43da25603df9638 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 8 Oct 2024 07:42:47 +0800 Subject: [PATCH] Bump typing-extensions version for 3.9 compatibility. --- core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index 663727af24..88d9252a3d 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -75,7 +75,7 @@ dev = [ "setuptools-scm == 8.1.0", "tox == 4.21.2", # typing-extensions needed for TypeAlias added in Py 3.10 - "typing-extensions == 4.9.0 ; python_version < '3.10'", + "typing-extensions == 4.12.2 ; python_version < '3.10'", ] # Docs are always built on a specific Python version; see RTD and tox config files, # and the docs contribution guide.