Skip to content

Conversation

@Brandieee
Copy link

@Brandieee Brandieee commented Nov 21, 2025

As mentioned in issue, AnyStr is consistently used as outlined by the python docs how not to use it:
https://docs.python.org/3.14/library/typing.html#typing.AnyStr
and deprecated as of 3.13

This PR changes any occurences of AnyStr to str | bytes instead

fixes #451

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.

Incorrect typing using AnyStr

1 participant