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)