Skip to content

Commit

Permalink
Relax version pin on typing-extensions to ~=4.4
Browse files Browse the repository at this point in the history
Due to my persistent inability to understand the semantics of
Python's `~=` version syntax I accidentally pinned typing extensions
to 4.4.x instead of >= 4.4, < 5.

This addresses the error.
  • Loading branch information
tlento committed Nov 15, 2023
1 parent 8e69cda commit 072e31f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231115-144849.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Relax version pin on typing extensions to allow >=4.4, <5
time: 2023-11-15T14:48:49.411998-08:00
custom:
Author: tlento
PR: "875"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"rapidfuzz~=3.0",
"ruamel.yaml~=0.17.21",
"tabulate>=0.8.9",
"typing_extensions~=4.4.0",
"typing_extensions~=4.4",
"update-checker~=0.18.0",
]

Expand Down

0 comments on commit 072e31f

Please sign in to comment.