Skip to content

Commit

Permalink
Update typing-extensions to require versions >=4.4 (#194)
Browse files Browse the repository at this point in the history
Support for the `@override` keyword was added with typing-extensions 4.4,
but the previous version spec made it possible for end users to encounter
errors when attempting to use dbt or MetricFlow.
  • Loading branch information
Fatal1ty authored Oct 26, 2023
1 parent 8497151 commit 8ed8148
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-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"
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 8ed8148

Please sign in to comment.