Flask-SQLAlchemy 2.4.0 Released

written by Randy Syring on 2019-04-24 in Releases

Flask-SQLAlchemy 2.4.0. has been released. The changelog lists the changes in detail, which include:

  • Make SQLAlchemy engine configuration more flexible
  • Address SQLAlchemy 1.3 deprecations

Deprecation Warnings

New deprecation warnings have been added for configuration and __init__ params that are no longer needed due to the engine configuration now being more customizable. Those options will be removed in release 3.0.

Install or Upgrade

Install from PyPI with pip:

pip install -U Flask-SQLAlchemy