From 94f005cb339f03f94e9c66f4e7ed7eadca4663f3 Mon Sep 17 00:00:00 2001 From: russ Date: Thu, 23 Apr 2026 16:13: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 ae1d615..10ecdb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ dependencies = [ "click<8.2.0", # see https://github.com/fastapi/typer/discussions/1215 "requests", "rich", + "typing-extensions", ] requires-python = ">=3.10" readme = "README.md"