- Upgraded dependencies: Flask to 3.x, SQLAlchemy to 2.x.
- Fixed issue with
get_envimport fromflask.helpers, now usehobbit_core.utils.get_env.HOBBIT_ENVis now only used to determine the configuration file. - Fixed
hobbit_core.db.transaction.
get_env import from flask.helpers, now use hobbit_core.utils.get_env . HOBBIT_ENV is now only used to determine the configuration file.hobbit_core.db.transaction.