Skip to content

build(deps): Bump aerich from 0.8.1 to 0.9.1 #688

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 Jun 17, 2025

Bumps aerich from 0.8.1 to 0.9.1.

Release notes

Sourced from aerich's releases.

v0.9.1

Fixed

  • fix: Command.migrate() programmatically raises KeyError (#462)
  • fix: aerich init removed comments in toml file (#461)
  • fix: cryptic error message when 'aerich.models' not included. (#454)

#462: tortoise/aerich#462 #461: tortoise/aerich#461 #454: tortoise/aerich#454

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

... (truncated)

Changelog

Sourced from aerich's changelog.

0.9.1 - 2025-05-14

Fixed

  • fix: Command.migrate() programmatically raises KeyError (#462)
  • fix: aerich init removed comments in toml file (#461)
  • fix: cryptic error message when 'aerich.models' not included. (#454)

#462: tortoise/aerich#462 #461: tortoise/aerich#461 #454: tortoise/aerich#454

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)

... (truncated)

Commits
  • d82a1e1 Release 0.9.1 (#463)
  • 497e35c fix: Command.migrate() programmatically raises KeyError (#462)
  • 31b5743 fix: aerich init removed comments in toml file (#461)
  • 3fc3945 fix: correct typo in migrate.py (#457)
  • 67afc26 docs: update readme
  • b27d6d1 fix: cryptic error message when 'aerich.models' not included (#454)
  • 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...
  • 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.1.
- [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.1)

---
updated-dependencies:
- dependency-name: aerich
  dependency-version: 0.9.1
  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 Jun 17, 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