diff --git a/.changes/unreleased/Dependencies-20231026-122748.yaml b/.changes/unreleased/Dependencies-20231026-122748.yaml new file mode 100644 index 00000000..c3ce96ba --- /dev/null +++ b/.changes/unreleased/Dependencies-20231026-122748.yaml @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 9ebee729..11d419f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]