Skip to content

Commit 3e77de5

Browse files
authored
Fix typing-extensions version constraint for Python 3.11+ support (#70)
Signed-off-by: Patrick Linnane <patrick@linnane.io>
1 parent 25fb1e1 commit 3e77de5

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

poetry.lock

Lines changed: 16 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ django-environ = [
3737
{ version = "^0.11.2", python = "<3.9" },
3838
{ version = "^0.12.0", python = ">=3.9" },
3939
]
40-
typing-extensions = "4.0.0"
40+
typing-extensions = "^4.0.0"
4141
structlog = "^25.4.0"
4242
# Optional dependencies installed as extras
4343
pytest = { version = "^7.4.4", optional = true }

0 commit comments

Comments
 (0)