From b7c269d9fd43ac5b597385ae32f75721b4bfd254 Mon Sep 17 00:00:00 2001 From: dangotbanned <125183946+dangotbanned@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:49:50 +0100 Subject: [PATCH] ci: Bump `typing_extensions` python to `3.14` https://github.com/vega/altair/pull/3536#discussion_r1761310603, https://github.com/vega/altair/discussions/3548#discussioncomment-10406087 --- 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",