From 8dd2cded5a96954d23e6304eddead7bcd56e570d Mon Sep 17 00:00:00 2001 From: Stefan Binder Date: Mon, 20 May 2024 15:43:33 +0200 Subject: [PATCH] Bump version of typing_extensions so it includes TypeIs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fdc9704f8..9dad9bd74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ build-backend = "hatchling.build" name = "altair" authors = [{ name = "Vega-Altair Contributors" }] dependencies = [ - "typing_extensions>=4.0.1; python_version<\"3.11\"", + "typing_extensions>=4.10.0; python_version<\"3.13\"", "jinja2", # If you update the minimum required jsonschema version, also update it in build.yml "jsonschema>=3.0",