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
In my case, it occurs when I use django shell_plus
/usr/src/venv/lib/python3.12/site-packages/bpython/simpleeval.py:36: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead _string_type_nodes = (ast.Str, ast.Bytes)
The text was updated successfully, but these errors were encountered:
In my case, it occurs when I use django
shell_plus
/usr/src/venv/lib/python3.12/site-packages/bpython/simpleeval.py:36: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead _string_type_nodes = (ast.Str, ast.Bytes)
The text was updated successfully, but these errors were encountered: