^^^^^^^^^^^^^^^^^^^
- **BREAKING CHANGE**: Drop support for Python 3.6, which reached the end of its life on December 23rd, 2021.
- **BREAKING CHANGE**: Drop support for SQLAlchemy 1.1, 1.2 and 1.3, which are no longer maintained.
- Fix ``SAWarning`` from SQLAlchemy 1.4 about missing ``inherit_cache`` attribute
- Fix deprecation warnings from Flask 2.2 about ``_app_ctx_stack.top`` and ``_request_ctx_stack.top`` usage.
- Add support for Flask-SQLAlchemy 3.0
- Add support for Python 3.10 and 3.11