Skip to content

Commit

Permalink
Pin typing extensions to 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Nov 17, 2023
1 parent 5facd5c commit aa177ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
'pyflowlauncher': ['py.typed'],
},
install_requires=[
'typing_extensions; python_version < "3.11"'
'typing_extensions>=4.8.0; python_version < "3.11"'
]
)

0 comments on commit aa177ac

Please sign in to comment.