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

Fix deprecation for Python 3.8 #11

Open
flypenguin opened this issue Jan 31, 2019 · 1 comment · May be fixed by #19
Open

Fix deprecation for Python 3.8 #11

flypenguin opened this issue Jan 31, 2019 · 1 comment · May be fixed by #19

Comments

@flypenguin
Copy link

dotted/collection.py:254: DeprecationWarning: 
    Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, 
    and in 3.8 it will stop working

    class DottedDict(DottedCollection, collections.MutableMapping): [...]
@nk9
Copy link

nk9 commented Nov 19, 2022

Because this went unaddressed, this library no longer works in Python 3.10+ as collections.abc has been removed.

@akakitani akakitani linked a pull request Feb 27, 2023 that will close this issue
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 a pull request may close this issue.

2 participants