Add pre-commit hooks for uniform text checks, isort, flake8, and pyupgrade.
Fix a crash that occurs if the colour-science package is installed, which shares the same import name as the colour package that sqlalchemy-utils supports. (#637, courtesy of JayPalm)
Fix a crash that occurs if the installed sqlalchemy version is a beta (like "2.0.0b3"). (Reported in #643, thanks Dinmukhamet!)
Add pre-commit hooks for uniform text checks, isort, flake8, and pyupgrade.
Fix a crash that occurs if the colour-science package is installed,
which shares the same import name as the colour package that sqlalchemy-utils supports.
([#637](https://github.com/kvesteri/sqlalchemy-utils/issues/637) <https://github.com/kvesteri/sqlalchemy-utils/pull/637>_, courtesy of JayPalm)
Fix a crash that occurs if the installed sqlalchemy version is a beta (like "2.0.0b3").
(Reported in [#643](https://github.com/kvesteri/sqlalchemy-utils/issues/643) <https://github.com/kvesteri/sqlalchemy-utils/pull/643>_, thanks Dinmukhamet!)
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)
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 from 0.36.8 to 0.39.0.
Release notes
Sourced from sqlalchemy-utils's releases.
Changelog
Sourced from sqlalchemy-utils's changelog.
... (truncated)
Commits
c162679
Merge branch 'release/0.39.0' into releases339827e
Resolve some CI issuesea1ff8d
Update project metadatab572a5f
Merge branch 'support-python-3.11'645f586
Support Python 3.115c4ca8c
Merge pull request #657 from fmigneault/fix-changelogc108f33
add changelog entry in 0.38.3 about dropped Pyhton 3.4/3.5 (introduced in htt...5d26ee1
Merge pull request #648 from kvesteri/use-pre-commite03646d
Run pyupgrade against the codebase984ce7e
Add pre-commit to increase code qualityDependabot 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)