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-utils from 0.36.8 to 0.38.3 #555

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps sqlalchemy-utils from 0.36.8 to 0.38.3.

Changelog

Sourced from sqlalchemy-utils's changelog.

0.38.3 (2022-07-11) ^^^^^^^^^^^^^^^^^^^

  • Fixed double-quoted UUID's in sqlalchemy >= 1.4.30 (#581, pull request courtesy of kurtmckee)
  • Fixed create_database() and drop_database() crashing with CockroachDB (#586, pull request courtesy of kurtmckee)
  • Added mixed case support for pg composite (#584, pull request courtesy of bamartin125)
  • Support Python 3.10.
  • Remove the dependency on the six package. (#605)
  • Introduce sqlalchemy 2.0 compatibility. (#513)

0.38.2 (2021-12-29) ^^^^^^^^^^^^^^^^^^^

  • Added inherit_cache=False in order to avoid SQLAlchemy warnings in cast_locale_expr (#571)

0.38.1 (2021-12-21) ^^^^^^^^^^^^^^^^^^^

  • Added cache_ok=True for various different types

0.38.0 (2021-12-21) ^^^^^^^^^^^^^^^^^^^

  • Removed CompositeArray. Instead of CompositeArray one should use ARRAY(dimensions=1)
  • Made ChoicesType only convert lists to tuples internally.

0.37.9 (2021-10-19) ^^^^^^^^^^^^^^^^^^^

  • Fixed base padding class abstract methods (#547, pull request courtesy of dpgaspar)
  • Optimized cast_locale function (#552, pull request courtesy of tvuotila)
  • Allow for arbitrary Table keyword arguments in create_table_from_selectable (#551, pull request courtesy of quoimec)

0.37.8 (2021-06-28) ^^^^^^^^^^^^^^^^^^^

  • Added 'zoneinfo' backend to TimezoneType (#510, pull request courtesy of huonw)

0.37.7 (2021-06-15) ^^^^^^^^^^^^^^^^^^^

  • Added identifier quoting for view functions and constructs
  • Added literal processor for UUIDType

... (truncated)

Commits
  • c402cc7 Add release date
  • a13e60a Merge pull request #616 from kvesteri/minimum-is-sqlalchemy-1.3
  • 03bfe7c Clarify that sqlalchemy >=1.3 is required
  • 1f6e2d6 Merge pull request #614 from kvesteri/sqlalchemy-2.0-issue-513
  • 6c3e7f7 Add a changelog entry
  • c433e50 Fix sqlalchemy 2.0 incompatibilities in the unit tests
  • c50d500 Fix sqlalchemy 2.0 incompatibilities in the code and docstrings
  • d7d073c Introduce private sqlalchemy 2.0 compatibility helpers
  • be4b7b9 Enable sqlalchemy 2.0 compatibility warnings
  • 97e6ac2 Merge pull request #613 from kvesteri/http-to-https
  • Additional commits viewable in compare view

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)

Bumps [sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils) from 0.36.8 to 0.38.3.
- [Release notes](https://github.com/kvesteri/sqlalchemy-utils/releases)
- [Changelog](https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst)
- [Commits](kvesteri/sqlalchemy-utils@0.36.8...0.38.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 26, 2022

Superseded by #572.

@dependabot dependabot bot closed this Dec 26, 2022
@dependabot dependabot bot deleted the dependabot/pip/sqlalchemy-utils-0.38.3 branch December 26, 2022 15:09
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