Skip to content

build(deps): Bump aerich from 0.8.1 to 0.9.0 #672

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2025

Bumps aerich from 0.8.1 to 0.9.0.

Release notes

Sourced from aerich's releases.

v0.9.0

Added

  • Support --no-input for aerich migrate. (#450)

Changed

  • Drop support for Python3.8. (#446)
  • Ask confirm before delete same version migration file. (#451)

Fixed

  • fix: m2m migrate raises TypeError. (#448)
  • fix: aerich init-db process is suspended. (#435)
  • fix: migration will incorrectly remove constraints with index deletions. (#450)
  • fix: aerich migrate crashes without init-db & aerich init-db should create folder after validating app. (#443)

#451: tortoise/aerich#451 #450: tortoise/aerich#450 #448: tortoise/aerich#448 #446: tortoise/aerich#446 #443: tortoise/aerich#443 #435: tortoise/aerich#435

v0.8.2

Added

  • Support changes max_length or int type for primary key field. (#428)
  • feat: support psycopg. (#425)
  • Support run poetry add aerich in project that inited by poetry v2. (#424)
  • feat: support command python -m aerich. (#417)
  • feat: add --fake to upgrade/downgrade. (#398)
  • Support ignore table by settings managed=False in Meta class. (#397)

Fixed

  • fix: aerich migrate raises tortoise.exceptions.FieldError when index.INDEX_TYPE is not empty. (#415)
  • No migration occurs as expected when adding unique=True to indexed field. (#404)
  • fix: inspectdb raise KeyError 'int2' for smallint. (#401)
  • fix: inspectdb not match data type 'DOUBLE' and 'CHAR' for MySQL. (#187)

Changed

  • Refactored version management to use importlib.metadata.version(__package__) instead of hardcoded version string (#412)

New Contributors

Full Changelog: tortoise/aerich@v0.8.1...v0.8.2

Changelog

Sourced from aerich's changelog.

0.9.0 - 2025-05-12

Added

  • Support --no-input for aerich migrate. (#450)

Changed

  • Drop support for Python3.8. (#446)
  • Ask confirm before delete same version migration file. (#451)

Fixed

  • fix: m2m migrate raises TypeError. (#448)
  • fix: aerich init-db process is suspended. (#435)
  • fix: migration will incorrectly remove constraints with index deletions. (#450)
  • fix: aerich migrate crashes without init-db & aerich init-db should create folder after validating app. (#443)

#451: tortoise/aerich#451 #450: tortoise/aerich#450 #448: tortoise/aerich#448 #446: tortoise/aerich#446 #443: tortoise/aerich#443 #435: tortoise/aerich#435

0.8

0.8.2 - 2025-02-28

Added

  • Support changes max_length or int type for primary key field. (#428)
  • feat: support psycopg. (#425)
  • Support run poetry add aerich in project that inited by poetry v2. (#424)
  • feat: support command python -m aerich. (#417)
  • feat: add --fake to upgrade/downgrade. (#398)
  • Support ignore table by settings managed=False in Meta class. (#397)

Fixed

  • fix: aerich migrate raises tortoise.exceptions.FieldError when index.INDEX_TYPE is not empty. (#415)
  • No migration occurs as expected when adding unique=True to indexed field. (#404)
  • fix: inspectdb raise KeyError 'int2' for smallint. (#401)
  • fix: inspectdb not match data type 'DOUBLE' and 'CHAR' for MySQL. (#187)

Changed

  • Refactored version management to use importlib.metadata.version(__package__) instead of hardcoded version string (#412)

#397: tortoise/aerich#397 #398: tortoise/aerich#398 #401: tortoise/aerich#401 #404: tortoise/aerich#404 #412: tortoise/aerich#412 #415: tortoise/aerich#415 #417: tortoise/aerich#417

... (truncated)

Commits
  • 07ce57e Release 0.9.0 (#452)
  • f9b540a feat: ask confirm before delete same version migration file (#451)
  • 4059d6e fix: migration incorrectly remove constraints for unique together deletions w...
  • e7d8ab5 fix: aerich migrate crashes without init-db & aerich init-db should create fo...
  • a333605 fix: m2m migrate raises TypeError (#448)
  • f0309c9 feat: drop support python3.8 (#446)
  • 9c3ba7e fix: aerich init-db process is suspended (#435)
  • 074ba9b fix: ci failed with m2m field migrate test (#434)
  • 5d9adbd chore: improve type hints (#432)
  • 8609435 Release 0.8.2 (#429)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [aerich](https://github.com/tortoise/aerich) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/tortoise/aerich/releases)
- [Changelog](https://github.com/tortoise/aerich/blob/dev/CHANGELOG.md)
- [Commits](tortoise/aerich@v0.8.1...v0.9.0)

---
updated-dependencies:
- dependency-name: aerich
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 15, 2025
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants