You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SA14: Pin some dependency packages to retain compatibility with Python 3.6
- importlib_metadata<4
- typing-extensions<4
Croaks otherwise on `Python 3.6, SA 1.4.36`::
from typing import Protocol
ImportError: cannot import name 'Protocol'
AttributeError: module 'typing' has no attribute '_SpecialForm'
0 commit comments