From b6578b66a5067aeac9a263a6eff9a1de8e9b825d Mon Sep 17 00:00:00 2001 From: Jay Qi Date: Wed, 10 Apr 2024 00:12:04 -0400 Subject: [PATCH] Add missing typing_extensions dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c2da5ed..1866f81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ dependencies = [ "sortedcontainers-pydantic", "typenames", "typer", + "typing_extensions>4 ; python_version < '3.12'", ] [project.optional-dependencies]