Skip to content

Commit ea98a18

Browse files
committed
Update requirement on typingplus to 2.2.1 for upgrade_typing.
1 parent cbd7fb4 commit ea98a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
packages=find_packages(exclude=['tests', 'docs']),
2323
install_requires=[
2424
'pathlib2',
25-
'typingplus >= 2.2.0, < 3'
25+
'typingplus >= 2.2.1, < 3'
2626
],
2727
setup_requires=[
2828
'pytest-runner',

0 commit comments

Comments
 (0)