From 454bc66087233512423391cfdb5b5a991ee7c530 Mon Sep 17 00:00:00 2001 From: Nicklas Lundin Date: Mon, 22 Sep 2025 09:04:14 +0200 Subject: [PATCH] build(deps): update typing_extensions to flexible range MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed from pinned version 4.9.0 to range >=4.9.0,<5.0.0 to allow automatic updates within the 4.x series while maintaining backward compatibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed08cff..83358ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ keywords = [] dependencies = [ "requests==2.32.4", "openfeature-sdk==0.4.2", - "typing_extensions==4.9.0", + "typing_extensions>=4.9.0,<5.0.0", "httpx==0.27.2", "protobuf==5.29.5" ]