Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit c0e1446

Browse files
committed
add typing extensions
1 parent ca23405 commit c0e1446

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"proto-plus >= 1.22.2, <2.0.0; python_version>='3.11'",
4040
"proto-plus >= 1.25.0, <2.0.0; python_version>='3.13'",
4141
"protobuf>=3.20.2,<7.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
42+
"typing_extensions>=4.13, <5; python_version<'3.10'",
4243
]
4344
extras = {}
4445

0 commit comments

Comments
 (0)