i keep getting the following exceptions when i am trying to execute odoo 16:
DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
my python version is 3.12 and the installed Werkzeug==2.0.2
Does anyone have experience on how I can solve this error in Odoo?
Version: Odoo 16 Community Edition, installed locally
Thank you