Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate use of typing.List #173

Merged
merged 1 commit into from
Mar 6, 2025
Merged

Deprecate use of typing.List #173

merged 1 commit into from
Mar 6, 2025

Conversation

istride
Copy link
Contributor

@istride istride commented Mar 6, 2025

typing.List is deprecated as of Python 3.9 - use list, or Sequence or Iterable from collections.abc instead.

typing.List is deprecated as of Python 3.9 - use `list`, or `Sequence` or
`Iterable` from `collections.abc` instead.
@istride istride merged commit bfdc04d into main Mar 6, 2025
12 checks passed
@istride istride deleted the deprecate-typing-list branch March 6, 2025 10:17
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