Open phst opened 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.
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.