-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Python 3.8 collections ABC deprecation warning #562
Comments
Sadly py2 doesn't have |
Yes, what I just found out... |
HammadTheOne
pushed a commit
to HammadTheOne/dash
that referenced
this issue
May 28, 2021
Native syntax highlighting in dcc.Markdown
HammadTheOne
pushed a commit
to HammadTheOne/dash
that referenced
this issue
May 28, 2021
HammadTheOne
pushed a commit
that referenced
this issue
Jul 23, 2021
AnnMarieW
pushed a commit
to AnnMarieW/dash
that referenced
this issue
Jan 6, 2022
Native syntax highlighting in dcc.Markdown
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
The warning comes from the base component class:
dash/dash/development/base_component.py
Line 61 in c9b392d
The text was updated successfully, but these errors were encountered: