From d2248784d49383c6612f65861ba6b7fd5521ef79 Mon Sep 17 00:00:00 2001 From: Stephen Kent Date: Thu, 21 May 2026 21:27:40 -0700 Subject: [PATCH] Add missing `typing_extensions` to dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a2a2b65..dd481c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ keywords = [] dependencies = [ "pyyaml>=6", "typer>=0.9", + "typing_extensions>=4.1; python_version < '3.12'", ] [project.scripts]