Skip to content

Bump flask-sqlalchemy from 2.4.4 to 2.5.1

Bumps flask-sqlalchemy from 2.4.4 to 2.5.1.

Release notes

Sourced from flask-sqlalchemy's releases.

2.5.1

Fixed compatibility with SQLAlchemy 1.4 and Python 2.7.

2.5.0

Fixed compatibility with SQLAlchemy 1.4.

Changelog

Sourced from flask-sqlalchemy's changelog.

Version 2.5.1

Released 2021-03-18

  • Fix compatibility with Python 2.7.

Version 2.5.0

Released 2021-03-18

  • Update to support SQLAlchemy 1.4.
  • SQLAlchemy URL objects are immutable. Some internal methods have changed to return a new URL instead of None. :issue:885
Commits
  • da0e0df release version 2.5.1
  • 59ede18 Merge pull request #937 from pallets/2.7-compat
  • 0ac1040 get_ident compat for Python 2.7
  • c11fe63 release version 2.5.0
  • d29b941 Merge pull request #934 from pallets/werkzeug-ident_func
  • 3565f05 copy ident_func from previous Werkzeug implementation
  • b0b71ff Merge pull request #933 from pallets/sqlalchemy-1.4
  • 978d8d1 sqlalchemy 1.4 declarative in orm
  • be457d5 work with sqlalchemy 1.4 immutable URL object
  • e5f6b7a Add 'self' to 'init' method (#895)
  • See full diff in compare view

Merge request reports