You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running app with deprecation warnings enabled produces: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
Describe the bug
Running app with deprecation warnings enabled produces:
DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
Environment
Python environment:
pip list
python --version
Python 3.9.6Which version of Elasticsearch are you using?
7.17.0
To Reproduce
Steps to reproduce the behavior:
PYTHONWARNINGS=always
environment variable.Expected behavior
No deprecation warnings.
Same also applies to
django_nine
package, let me know if should open a separate issue there too.The text was updated successfully, but these errors were encountered: