From 8bda3416a4aa10703c831c14fd9255973d4204b2 Mon Sep 17 00:00:00 2001 From: Heng-Sheng Chang <38339385+hanson-hschang@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:16:48 -0600 Subject: [PATCH] Add typing-extensions to dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cd6dc7d6..da4e27a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,7 @@ dependencies = [ "mypy-extensions", "flake8", "cma", + "typing-extensions" ] [build-system]