From 62cd37774cc1abfe2905b2ae554c75ee33a65907 Mon Sep 17 00:00:00 2001 From: Dan Redding <125183946+dangotbanned@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:58:58 +0100 Subject: [PATCH] ci: Bump `typing_extensions` python to `3.14` (#3593) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9754be15..6901364a3 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.10.0; python_version<\"3.13\"", + "typing_extensions>=4.10.0; python_version<\"3.14\"", "jinja2", # If you update the minimum required jsonschema version, also update it in build.yml "jsonschema>=3.0",