Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps sqlalchemy[asyncio] from 1.4.48 to 2.0.16.

Release notes

Sourced from sqlalchemy[asyncio]'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 compatibility score

You can trigger a rebase of this PR 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 requested a review from a team as a code owner June 12, 2023 13:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 12, 2023
@miketheman miketheman added the blocked Issues we can't or shouldn't get to yet label Jun 12, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/sqlalchemy-asyncio--2.0.16 branch 2 times, most recently from f4b662c to 8b88982 Compare June 14, 2023 10:05
Bumps [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy) from 1.4.48 to 2.0.16.
- [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[asyncio]
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/sqlalchemy-asyncio--2.0.16 branch from 8b88982 to 9d8244c Compare June 15, 2023 10:04
@miketheman
Copy link
Member

Superseded by #13929

@miketheman miketheman closed this Jun 15, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 15, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@miketheman miketheman deleted the dependabot/pip/sqlalchemy-asyncio--2.0.16 branch June 15, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked Issues we can't or shouldn't get to yet 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