- Upgraded dependencies: Flask to 3.x, SQLAlchemy to 2.x.
- Fixed issue with
get_env
import fromflask.helpers
, now usehobbit_core.utils.get_env
.HOBBIT_ENV
is 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
.