Skip to content

Fix import of deprecated() annotation on Python >= 3.13#107

Merged
pelme merged 2 commits intopelme:mainfrom
jodal:push-okowuslyvsvs
Apr 16, 2025
Merged

Fix import of deprecated() annotation on Python >= 3.13#107
pelme merged 2 commits intopelme:mainfrom
jodal:push-okowuslyvsvs

Conversation

@jodal
Copy link
Copy Markdown
Contributor

@jodal jodal commented Apr 16, 2025

It is part of the warnings module, not the typing module.

Fixes #106

@jodal jodal force-pushed the push-okowuslyvsvs branch 2 times, most recently from 95874ae to 4649618 Compare April 16, 2025 16:03
@jodal jodal force-pushed the push-okowuslyvsvs branch 2 times, most recently from 39af05c to 5d8bf8f Compare April 16, 2025 16:40
It is part of the `warnings` module, not the `typing` module.

Fixes pelme#106
@jodal jodal force-pushed the push-okowuslyvsvs branch from 5d8bf8f to 3daeba3 Compare April 16, 2025 16:50
@pelme pelme merged commit f50029d into pelme:main Apr 16, 2025
14 checks passed
@jodal jodal deleted the push-okowuslyvsvs branch April 16, 2025 18:12
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.

htpy breaks in python 3.13.3 , because of missing typing_extensions

2 participants