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.
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 pallets-eco/flask-sqlalchemy#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.
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 pallets-eco/flask-sqlalchemy#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.
Fix type hint for get_or_404 return value. :pr:1208
Fix type hints for pyright (used by VS Code Pylance extension). :issue:1205
Version 3.0.3
Released 2023-01-31
Show helpful errors when mistakenly using multiple SQLAlchemy instances for the
same app, or without calling init_app. :pr:1151
Fix issue with getting the engine associated with a model that uses polymorphic
table inheritance. :issue:1155
Version 3.0.2
Released 2022-10-14
Update compatibility with SQLAlchemy 2. :issue:1122
Version 3.0.1
Released 2022-10-11
Export typing information instead of using external typeshed definitions.
:issue:1112
If default engine options are set, but SQLALCHEMY_DATABASE_URI is not set, an
invalid default bind will not be configured. :issue:1117
Version 3.0.0
Released 2022-10-04
Drop support for Python 2, 3.4, 3.5, and 3.6.
Bump minimum version of Flask to 2.2.
Bump minimum version of SQLAlchemy to 1.4.18.
Remove previously deprecated code.
The session is scoped to the current app context instead of the thread. This
requires that an app context is active. This ensures that the session is cleaned up
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps flask-sqlalchemy from 2.5.1 to 3.0.4.
Release notes
Sourced from flask-sqlalchemy's releases.
... (truncated)
Changelog
Sourced from flask-sqlalchemy's changelog.
... (truncated)
Commits
3c277dc
release version 3.0.4f71838f
Fix little problem with type hints and adopt a test to make sure it works in ...4ce8b8f
Merge branch '3.0.x' into #12054d1cc1a
Add type to get_or_404, update tests (#1208)8cd3efb
Get test to fail by using assert_type and mypy with 3.11c0cc66f
roll back for support of min-version sqlalchemy69537a0
[pre-commit.ci] auto fixes from pre-commit.com hooksdfa3733
Update query.py, fix bug that cannot pass py311-lowest test24f028b
Merge branch '3.0.x' into #1205feec162
Update to objectDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)