Skip to content

Commit

Permalink
Backport typing extensions version update to 0.4 (#205)
Browse files Browse the repository at this point in the history
- 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
tlento and Fatal1ty authored Nov 6, 2023
1 parent 7bc41ee commit b37be4a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231026-122748.yaml
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"
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231026-161207.yaml
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"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"click>=7.0,<9.0",
"python-dateutil~=2.0",
"importlib_metadata~=6.0",
"typing-extensions~=4.0",
"typing-extensions~=4.4",
]

[build-system]
Expand Down

0 comments on commit b37be4a

Please sign in to comment.