Flask Sqlalchemy Versions Save

Adds SQLAlchemy support to Flask

3.1.1

7 months ago

This is a quick extra change to 3.1.0 which was released earlier today. It deprecates the __version__ attribute, to be removed in 3.2. Pallets projects in general are doing this to encourage feature detection or using the standard importlib.metadata.version(name) instead.

3.1.0

7 months ago

This is a feature release, which includes new features and removes previously deprecated code. The 3.1.x branch is now the supported bug fix branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades.

3.0.5

10 months ago

This is a fix release for the 3.0.x feature release. It fixes a pagination issue and improves typing.

3.0.4

10 months ago

This is a fix release for the 3.0.x feature release. It updates some typing related issues.

3.0.3

1 year ago

An SLSA provenance file for the build is available to download from the GitHub release page.

3.0.2

1 year ago

This is a fix release for the 3.0.x feature release. It updates compatibility with SQLAlchemy 2.0 beta 1.

3.0.0

1 year ago

This is a feature release, which includes new features and removes previously deprecated code. The 3.0.x branch is now the supported bug fix branch, the 2.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades.

3.0.0a2

1 year ago

This is a prerelease to preview the changes in 3.0, the next feature release. Prereleases are an opportunity to test and update your projects early before the final release.

pip install -U --pre Flask-SQLAlchemy

There were significant changes in https://github.com/pallets-eco/flask-sqlalchemy/pull/1087, see the changelog for a full list. Many of those changes will raise deprecation warnings, but it was not feasible to implement warnings for some things.

3.0.0a1

1 year ago

This is a prerelease to preview the changes in 3.0, the next feature release. Prereleases are an opportunity to test and update your projects early before the final release.

pip install -U --pre Flask-SQLAlchemy

There were significant changes in https://github.com/pallets-eco/flask-sqlalchemy/pull/1087, see the changelog for a full list. Many of those changes will raise deprecation warnings, but it was not feasible to implement warnings for some things.