Skip to content

Commit cc6513e

Browse files
committed
Force circuitpython_typing release with PWMOut
1 parent 535f639 commit cc6513e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# SPDX-License-Identifier: Unlicense
44

55
Adafruit-Blinka>=7.0.0
6-
adafruit-circuitpython-typing
6+
adafruit-circuitpython-typing>=1.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
author_email="circuitpython@adafruit.com",
3737
install_requires=[
3838
"Adafruit-Blinka>=7.0.0",
39-
"adafruit-circuitpython-typing",
39+
"adafruit-circuitpython-typing>=1.5.0",
4040
],
4141
# Choose your license
4242
license="MIT",

0 commit comments

Comments
 (0)