Skip to content

Bump sqlalchemy from 1.3.20 to 1.4.3#59

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/sqlalchemy-1.4.3
Closed

Bump sqlalchemy from 1.3.20 to 1.4.3#59
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/sqlalchemy-1.4.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2021

Bumps sqlalchemy from 1.3.20 to 1.4.3.

Release notes

Sourced from sqlalchemy's releases.

1.4.3

Released: March 25, 2021

orm

  • [orm] [bug] Fixed a bug where python 2.7.5 (default on CentOS 7) wasn't able to import sqlalchemy, because on this version of Python exec "statement" and exec("statement") do not behave the same way. The compatibility exec_() function was used instead.

    References: #6069

  • [orm] [bug] Fixed bug where ORM queries using a correlated subquery in conjunction with _orm.column_property() would fail to correlate correctly to an enclosing subquery or to a CTE when _sql.Select.correlate_except() were used in the property to control correlation, in cases where the subquery contained the same selectables as ones within the correlated subquery that were intended to not be correlated.

    References: #6060

  • [orm] [bug] Fixed bug where combinations of the new "relationship with criteria" feature could fail in conjunction with features that make use of the new "lambda SQL" feature, including loader strategies such as selectinload and lazyload, for more complicated scenarios such as polymorphic loading.

    References: #6131

  • [orm] [bug] Repaired support so that the _sql.ClauseElement.params() method can work correctly with a _sql.Select object that includes joins across ORM relationship structures, which is a new feature in 1.4.

    References: #6124

  • [orm] [bug] Fixed issue where a "removed in 2.0" warning were generated internally by the relationship loader mechanics.

    References: #6115

orm declarative

  • [orm] [declarative] [bug] [regression] Fixed regression where the .metadata attribute on a per class level would not be honored, breaking the use case of per-class-hierarchy schema.MetaData for abstract declarative classes and mixins.

    References: #6128

... (truncated)

Commits

Dependabot compatibility score

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 the dependencies Pull requests that update a dependency file label Mar 26, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2021

Superseded by #60.

@dependabot dependabot bot closed this Mar 31, 2021
@dependabot dependabot bot deleted the dependabot/pip/sqlalchemy-1.4.3 branch March 31, 2021 05:48
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants