From 235e064d0d9843c146c27f83377f4a6c226c7f70 Mon Sep 17 00:00:00 2001 From: Robert Craigie Date: Fri, 13 Mar 2026 16:32:34 +0000 Subject: [PATCH] fix(deps): correct typing-extensions constraint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a670abf7..e1367b971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "requests>=2.28.1, <3.0.0", "tenacity>=8.2.3, <9.2.0", "websockets>=13.0.0, <17.0", - "typing-extensions>=4.11.0, <5.0.0", + "typing-extensions>=4.14.0, <5.0.0", "distro>=1.7.0, <2", "sniffio", ]