Skip to content

Fix typing-extensions version constraint for Python 3.11+ support#70

Merged
bmwant merged 2 commits intobmwant:mainfrom
p-linnane:relax-typing-extensions-version
Dec 31, 2025
Merged

Fix typing-extensions version constraint for Python 3.11+ support#70
bmwant merged 2 commits intobmwant:mainfrom
p-linnane:relax-typing-extensions-version

Conversation

@p-linnane
Copy link
Contributor

@p-linnane p-linnane commented Dec 30, 2025

typing-extensions 4.0.0 only supports Python 3.6-3.10. This PR relaxes the pin to support newer versions of Python.

Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: Patrick Linnane <patrick@linnane.io>
@bmwant
Copy link
Owner

bmwant commented Dec 31, 2025

@p-linnane thanks for contributing!
https://github.com/python/typing_extensions/blob/4.0.0/pyproject.toml#L25 says nothing about upper bound for Python version supported, so Poetry was fine installing this version which is also ok as I'm only using ParamSpec from it.

@bmwant bmwant merged commit 3e77de5 into bmwant:main Dec 31, 2025
8 of 9 checks passed
@bmwant
Copy link
Owner

bmwant commented Dec 31, 2025

Released as 0.15.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants