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

Update sqlalchemy requirement from <2,>=1.4 to >=1.4,<3 #1727

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2023

Updates the requirements on sqlalchemy to permit the latest version.

Release notes

Sourced from sqlalchemy's releases.

2.0.0

Released: January 26, 2023

orm

  • [orm] [bug] Improved the notification of warnings that are emitted within the configure mappers or flush process, which are often invoked as part of a different operation, to add additional context to the message that indicates one of these operations as the source of the warning within operations that may not be obviously related.

    References: #7305

orm extensions

  • [feature] [orm extensions] Added new option to horizontal sharding API _horizontal.set_shard_id which sets the effective shard identifier to query against, for both the primary query as well as for all secondary loaders including relationship eager loaders as well as relationship and column lazy loaders.

    References: #7226

  • [usecase] [orm extensions] Added new feature to AutomapBase for autoload of classes across multiple schemas which may have overlapping names, by providing a AutomapBase.prepare.modulename_for_table parameter which allows customization of the __module__ attribute of newly generated classes, as well as a new collection AutomapBase.by_module, which stores a dot-separated namespace of module names linked to classes based on the __module__ attribute.

    Additionally, the AutomapBase.prepare() method may now be invoked any number of times, with or without reflection enabled; only newly added tables that were not previously mapped will be processed on each call. Previously, the MetaData.reflect() method would need to be called explicitly each time.

    References: #5145

sql

  • [sql] [bug] Fixed stringify for a the CreateSchema DDL construct, which would fail with an AttributeError when stringified without a dialect.

    This change is also backported to: 1.4.47

... (truncated)

Commits

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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Python dependencies maintenance labels Jan 27, 2023
@github-actions
Copy link
Contributor

Binder 👈 Launch a Binder on branch jupyter/nbgrader/dependabot/pip/sqlalchemy-gte-1.4-and-lt-3

Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version.
- [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:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@brichet brichet force-pushed the dependabot/pip/sqlalchemy-gte-1.4-and-lt-3 branch from 5054e83 to c402b76 Compare March 21, 2023 10:04
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2023

A newer version of sqlalchemy exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@brichet
Copy link
Contributor

brichet commented Jun 16, 2023

Superseded by #1788

@brichet brichet closed this Jun 16, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 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.

@dependabot dependabot bot deleted the dependabot/pip/sqlalchemy-gte-1.4-and-lt-3 branch June 16, 2023 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Python dependencies maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant