[Python] Add typing-extensions dependency#40137
[Python] Add typing-extensions dependency#40137sergiitk wants to merge 9 commits intogrpc:masterfrom
Conversation
92786f2 to
b019aa2
Compare
43e8d7e to
bfb1bbb
Compare
asheshvidyut
left a comment
There was a problem hiding this comment.
LGTM.
Just to mention - We could use https://pypi.org/project/typing-extensions/4.14.1/ -> since it supports Python >= 3.9. but I think now we run tests in 3.8 so it's fine.
Maybe we can bump the version later.
|
@asheshvidyut yea, I started with 4.14.1, but had to downgrade to 4.13.2 (b50f1a7) because some of our CIs are still running pre-3.9 python. I'm upgrading CIs to 3.9+ in #40139, will bump typing extensions once it's merged. |
|
Failed However, one of the jobs that do matter failed:
|
|
The job that failed is |
References: - https://pypi.org/project/typing-extensions - https://github.com/python/typing_extensions - https://typing-extensions.readthedocs.io/en/latest Closes grpc#40137 PiperOrigin-RevId: 783638752
References: - https://pypi.org/project/typing-extensions - https://github.com/python/typing_extensions - https://typing-extensions.readthedocs.io/en/latest Closes grpc#40137 PiperOrigin-RevId: 783638752
References: - https://pypi.org/project/typing-extensions - https://github.com/python/typing_extensions - https://typing-extensions.readthedocs.io/en/latest Closes grpc#40137 PiperOrigin-RevId: 783638752
References: