Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sqlalchemy from 1.3.24 to 1.4.39 #808

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2022

Bumps sqlalchemy from 1.3.24 to 1.4.39.

Release notes

Sourced from sqlalchemy's releases.

1.4.39

Released: June 24, 2022

orm

  • [orm] [bug] [regression] Fixed regression caused by #8133 where the pickle format for mutable attributes was changed, without a fallback to recognize the old format, causing in-place upgrades of SQLAlchemy to no longer be able to read pickled data from previous versions. A check plus a fallback for the old format is now in place.

    References: #8133

1.4.38

Released: June 23, 2022

orm

  • [orm] [bug] [regression] Fixed regression caused by #8064 where a particular check for column correspondence was made too liberal, resulting in incorrect rendering for some ORM subqueries such as those using PropComparator.has() or PropComparator.any() in conjunction with joined-inheritance queries that also use legacy aliasing features.

    References: #8162

  • [orm] [bug] [sql] Fixed an issue where _sql.GenerativeSelect.fetch() would not be applied when executing a statement using the ORM.

    References: #8091

  • [orm] [bug] Fixed issue where a _orm.with_loader_criteria() option could not be pickled, as is necessary when it is carried along for propagation to lazy loaders in conjunction with a caching scheme. Currently, the only form that is supported as picklable is to pass the "where criteria" as a fixed module-level callable function that produces a SQL expression. An ad-hoc "lambda" can't be pickled, and a SQL expression object is usually not fully picklable directly.

    References: #8109

engine

  • [engine] [bug] Repaired a deprecation warning class decorator that was preventing key objects such as _engine.Connection from having a proper

... (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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 27, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/master/sqlalchemy-1.4.39 branch from 40adbcd to e1fcf46 Compare June 29, 2022 18:03
@dependabot dependabot bot force-pushed the dependabot/pip/master/sqlalchemy-1.4.39 branch 5 times, most recently from a76165b to 9d1a408 Compare July 10, 2022 00:42
@Nothing4You Nothing4You linked an issue Jul 10, 2022 that may be closed by this pull request
2 tasks
@dependabot dependabot bot force-pushed the dependabot/pip/master/sqlalchemy-1.4.39 branch 3 times, most recently from 9a09fcc to a6bfcf6 Compare July 16, 2022 14:47
@dependabot dependabot bot force-pushed the dependabot/pip/master/sqlalchemy-1.4.39 branch 4 times, most recently from a173c42 to 1ddafa2 Compare August 1, 2022 10:36
@dependabot dependabot bot force-pushed the dependabot/pip/master/sqlalchemy-1.4.39 branch 2 times, most recently from 89a419d to 8eb79a0 Compare August 8, 2022 08:48
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.24 to 1.4.39.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/master/sqlalchemy-1.4.39 branch from 8eb79a0 to a7f015d Compare August 8, 2022 09:33
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2022

Superseded by #835.

@dependabot dependabot bot closed this Aug 9, 2022
@dependabot dependabot bot deleted the dependabot/pip/master/sqlalchemy-1.4.39 branch August 9, 2022 01:00
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.

Support SQLAlchemy 1.4
0 participants