google / pytype

A static type analyzer for Python code
https://google.github.io/pytype
Other
4.78k stars 280 forks source link

Update required version for typing-extensions. #1793

Open phst opened 1 month ago

phst commented 1 month ago

Pytype uses typing_extensions.override, cf. https://github.com/google/pytype/blob/83e28a715021d9cbd442ce4e2b33965212d58028/pytype/pyc/opcodes.py#L8, but that requires typing_extensions 4.4.0, cf. https://typing-extensions.readthedocs.io/en/latest/#typing_extensions.override.