Skip to content

Update sqlalchemy requirement from ~=1.4.22 to ~=2.0.16

ENDERZOMBI102 requested to merge dependabot/pip/sqlalchemy-approx-eq-2.0.16 into master

Created by: dependabot[bot]

Updates the requirements on sqlalchemy to permit the latest version.

Release notes

Sourced from sqlalchemy's releases.

2.0.16

Released: June 10, 2023

platform

  • [platform] [usecase] Compatibility improvements allowing the complete test suite to pass on Python 3.12.0b1.

orm

  • [orm] [usecase] Improved DeferredReflection.prepare() to accept arbitrary **kw arguments that are passed to _schema.MetaData.reflect(), allowing use cases such as reflection of views as well as dialect-specific arguments to be passed. Additionally, modernized the DeferredReflection.prepare.bind argument so that either an Engine or Connection are accepted as the "bind" argument.

    References: #9828

  • [orm] [bug] Fixed issue where DeclarativeBaseNoMeta declarative base class would not function with non-mapped mixins or abstract classes, raising an AttributeError instead.

    References: #9862

  • [orm] [bug] [regression] Fixed regression in the 2.0 series where the default value of _orm.validates.include_backrefs got changed to False for the _orm.validates() function. This default is now restored to True.

    References: #9820

  • [orm] [bug] Fixed bug in new feature which allows a WHERE clause to be used in conjunction with orm_queryguide_bulk_update, added in version 2.0.11 as part of #9583, where sending dictionaries that did not include the primary key values for each row would run through the bulk process and include "pk=NULL" for the rows, silently failing. An exception is now raised if primary key values for bulk UPDATE are not supplied.

    References: #9917

  • [orm] [bug] [dataclasses] Fixed an issue where generating dataclasses fields that specified a default value and set init=False would not work. The dataclasses behavior in this case is to set the default value on the class, that's not compatible with the descriptors used by SQLAlchemy. To support this case the default is transformed to

... (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)

Merge request reports