Skip to content

Commit 23afb73

Browse files
authored
add typing extension to setup requirement (#409)
typing extension is no longer automatically downloaded in py 3.13+ #28
1 parent 1000921 commit 23afb73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
'grpcio',
4242
'protobuf',
4343
'ijson',
44+
'typing-extensions',
4445
],
4546
tests_require=test_deps,
4647
extras_require=extras,

0 commit comments

Comments
 (0)