Skip to content

Update flask-sqlalchemy requirement from ~=2.3.2 to ~=2.4.4#223

Merged
devinmatte merged 1 commit intodevelopfrom
dependabot/pip/flask-sqlalchemy-approx-eq-2.4.4
Dec 25, 2020
Merged

Update flask-sqlalchemy requirement from ~=2.3.2 to ~=2.4.4#223
devinmatte merged 1 commit intodevelopfrom
dependabot/pip/flask-sqlalchemy-approx-eq-2.4.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2020

Updates the requirements on flask-sqlalchemy to permit the latest version.

Release notes

Sourced from flask-sqlalchemy's releases.

2.4.4

Fixes an issue with CPython 3.8.4.

Changelog

Sourced from flask-sqlalchemy's changelog.

Version 2.4.4

Released 2020-07-14

  • Change base class of meta mixins to type. This fixes an issue caused by a regression in CPython 3.8.4. :issue:852

Version 2.4.3

Released 2020-05-26

  • Deprecate SQLALCHEMY_COMMIT_ON_TEARDOWN as it can cause various design issues that are difficult to debug. Call db.session.commit() directly instead. :issue:216

Version 2.4.2

Released 2020-05-25

  • Fix bad pagination when records are de-duped. :pr:812

Version 2.4.1

Released 2019-09-24

  • Fix AttributeError when using multiple binds with polymorphic models. :pr:651

Version 2.4.0

Released 2019-04-24

  • Make engine configuration more flexible. (:pr:684)
  • Address SQLAlchemy 1.3 deprecations. (:pr:684)
  • get_or_404() and first_or_404() now accept a description parameter to control the 404 message. (:issue:636)
  • Use time.perf_counter for Python 3 on Windows. (:issue:638)
  • Drop support for Python 2.6 and 3.3. (:pr:687)
  • Add an example of Flask's tutorial project, Flaskr, adapted for Flask-SQLAlchemy. (:pr:720)

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 2, 2020
@devinmatte devinmatte merged commit be5a666 into develop Dec 25, 2020
@devinmatte devinmatte deleted the dependabot/pip/flask-sqlalchemy-approx-eq-2.4.4 branch December 25, 2020 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments