Skip to content

Commit 6a03790

Browse files
nicklaslclaude
andauthored
build(deps): update typing_extensions to flexible range (#99)
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 <[email protected]>
1 parent 56c72a5 commit 6a03790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ keywords = []
2828
dependencies = [
2929
"requests==2.32.4",
3030
"openfeature-sdk==0.4.2",
31-
"typing_extensions==4.9.0",
31+
"typing_extensions>=4.9.0,<5.0.0",
3232
"httpx==0.27.2",
3333
"protobuf==5.29.5"
3434
]

0 commit comments

Comments
 (0)