Skip to content

fix: replace typing_extensions with stdlib typing.Annotated - #9

Merged
N283T merged 1 commit into
mainfrom
fix/typing-extensions
Mar 6, 2026
Merged

fix: replace typing_extensions with stdlib typing.Annotated#9
N283T merged 1 commit into
mainfrom
fix/typing-extensions

Conversation

@N283T

@N283T N283T commented Mar 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • typing_extensions.Annotatedtyping.Annotated (stdlib Python 3.12+)
  • Fixes ModuleNotFoundError: No module named 'typing_extensions' when installed from PyPI
  • Bump version to 0.2.2

Test plan

  • 39 tests pass
  • CI matrix

typing_extensions is not a declared dependency and is unnecessary
for Python 3.12+ where Annotated is in the standard library.
@N283T
N283T merged commit f2208c6 into main Mar 6, 2026
6 checks passed
@N283T
N283T deleted the fix/typing-extensions branch March 6, 2026 16:25
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.

1 participant