Skip to content

Commit 8d63a1c

Browse files
Update typing-extensions requirement from >=4.11,<4.14 to >=4.11,<4.15 (#259)
Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.11.0...4.14.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f331b7f commit 8d63a1c

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
@@ -27,7 +27,7 @@ grpcio = "1.72.1"
2727
grpcio-tools = "1.71.0"
2828
jsonpickle = ">=3.0,<4.2"
2929
pymitter = ">=0.4,<1.1"
30-
typing-extensions = ">=4.11,<4.14"
30+
typing-extensions = ">=4.11,<4.15"
3131
types-protobuf = "6.30.2.20250516"
3232
pympler = "1.1"
3333
numpy = "2.0.2"

0 commit comments

Comments
 (0)