Commit 0389cf5
committed
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'1 parent 8d2f78b commit 0389cf5
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
0 commit comments