Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
description: "Cleaned up typing-extensions constraint with comment and allowing patches"
change-type: patch
destination-branches:
- master
- iso6
- iso5
- iso4
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"texttable~=1.0",
"tornado~=6.0",
"typing_inspect~=0.7",
# Make sure we do not use 4.6.0 which breaks protocol
"typing-extensions<=4.5.0",
# typing-extensions-4.6 broken due to bugs in other packages: ilevkivskyi/typing_inspect#100, pydantic/pydantic#5821
"typing-extensions<4.6",
"build~=0.7",
"ruamel.yaml~=0.17",
"toml~=0.10 ",
Expand Down