Skip to content

fix: replace deprecated collections.MutableMapping with collections.abc.MutableMapping#393

Open
fazalpsinfo-cmyk wants to merge 1 commit into
presslabs:masterfrom
fazalpsinfo-cmyk:fix/mutable-mapping
Open

fix: replace deprecated collections.MutableMapping with collections.abc.MutableMapping#393
fazalpsinfo-cmyk wants to merge 1 commit into
presslabs:masterfrom
fazalpsinfo-cmyk:fix/mutable-mapping

Conversation

@fazalpsinfo-cmyk

Copy link
Copy Markdown

This PR replaces the deprecated collections.MutableMapping usage with collections.abc.MutableMapping.

collections.MutableMapping has been deprecated since Python 3.3 and raises a DeprecationWarning in Python 3.10+.

This change is forward-compatible and requires Python 3.3+.

If you find this useful, consider buying me a coffee: https://buymeacoffee.com/muhamedfazalps

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