Skip to content

Commit 46a4920

Browse files
authored
Merge pull request #49 from tekktrik/fix/pinned-typing
Pin circuitpython_typing to min 1.3.1 but not 2.0.0
2 parents 3348aa8 + b8419b5 commit 46a4920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
Adafruit-Blinka
66
adafruit-circuitpython-busdevice
77
typing-extensions~=4.0
8-
adafruit-circuitpython-typing~=1.3
8+
adafruit-circuitpython-typing>=1.3.1,==1.*

0 commit comments

Comments
 (0)