-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport typing extensions version update to 0.4 (#205)
- Update typing-extensions to require versions >=4.4 (#194) - Prevent typing-extensions from auto-updating to 5.x (#200) --------- Co-authored-by: Alexander Tikhonov <[email protected]>
- Loading branch information
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Dependencies | ||
body: Add typing-extensions>=4.0 requirement | ||
time: 2023-10-26T12:27:48.865653+03:00 | ||
custom: | ||
Author: Fatal1ty | ||
PR: "194" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Dependencies | ||
body: Restrict typing dependencies to 4.x | ||
time: 2023-10-26T16:12:07.392758-07:00 | ||
custom: | ||
Author: tlento | ||
PR: "200" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters