Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps aerich from 0.8.1 to 0.9.2.

Release notes

Sourced from aerich's releases.

v0.9.2


⚠️ Note: After upgrade to this release, projects with previous migration files generated by 'aerich<=0.9.1', must run the following command to fill 'MODELS_STATE' into the migration files.

aerich fix-migrations

Added

  • Support --offline for aerich migrate. (#441)
  • Add RUN_IN_TRANSACTION attr to migration files (#470)
  • feat: support class var config (#474)
  • feat: auto add aerich.models (#476)
  • feat: add load_tortoise_config function (#489)

Changed

  • refactor: use dataclass instead of pydantic for inspectdb (#466)
  • refactor: use ctx.with_async_resource instead of magic patch Context.__aexit__ (#488)
  • feat: migrate from poetry to uv (#481)
  • refactor: simplify run_async (#493)
  • refactor: use anyio instead of pytest-asyncio for async test (#494)

Fixed

  • fix: pgvector data types cause errors (#468)
  • fix: postgres does not drop unique constraint when migrating (#484)
  • fix: rescursive m2m generating migration error (#478)
  • fix: postgres m2m set comment before table created (#482)
  • fix: refactor module importing to work with byte compiled migrations (#458)
  • fix: migration leads to constraint key error (#491)
  • fix: m2m table not removed when dropping model (#486)
  • fix: mysql alter column unique to indexed dropping error index name (#473)

#494: tortoise/aerich#494 #493: tortoise/aerich#493 #491: tortoise/aerich#491 #489: tortoise/aerich#489 #488: tortoise/aerich#488 #486: tortoise/aerich#486 #484: tortoise/aerich#484 #482: tortoise/aerich#482 #481: tortoise/aerich#481 #478: tortoise/aerich#478 #476: tortoise/aerich#476 #474: tortoise/aerich#474 #473: tortoise/aerich#473 #470: tortoise/aerich#470 #468: tortoise/aerich#468 #466: tortoise/aerich#466

... (truncated)

Changelog

Sourced from aerich's changelog.

0.9.2 - 2025-10-09

Added

  • Support --offline for aerich migrate. (#441)
  • Add RUN_IN_TRANSACTION attr to migration files (#470)
  • feat: support class var config (#474)
  • feat: auto add aerich.models (#476)
  • feat: add load_tortoise_config function (#489)

Changed

  • refactor: use dataclass instead of pydantic for inspectdb (#466)
  • refactor: use ctx.with_async_resource instead of magic patch Context.__aexit__ (#488)
  • feat: migrate from poetry to uv (#481)
  • refactor: simplify run_async (#493)
  • refactor: use anyio instead of pytest-asyncio for async test (#494)

Fixed

  • fix: pgvector data types cause errors (#468)
  • fix: postgres does not drop unique constraint when migrating (#484)
  • fix: rescursive m2m generating migration error (#478)
  • fix: postgres m2m set comment before table created (#482)
  • fix: refactor module importing to work with byte compiled migrations (#458)
  • fix: migration leads to constraint key error (#491)
  • fix: m2m table not removed when dropping model (#486)
  • fix: mysql alter column unique to indexed dropping error index name (#473)

#494: tortoise/aerich#494 #493: tortoise/aerich#493 #491: tortoise/aerich#491 #489: tortoise/aerich#489 #488: tortoise/aerich#488 #486: tortoise/aerich#486 #484: tortoise/aerich#484 #482: tortoise/aerich#482 #481: tortoise/aerich#481 #478: tortoise/aerich#478 #476: tortoise/aerich#476 #474: tortoise/aerich#474 #473: tortoise/aerich#473 #470: tortoise/aerich#470 #468: tortoise/aerich#468 #466: tortoise/aerich#466 #458: tortoise/aerich#458 #441: tortoise/aerich#441

0.9.1 - 2025-05-14

Fixed

  • fix: Command.migrate() programmatically raises KeyError (#462)
  • fix: aerich init removed comments in toml file (#461)

... (truncated)

Commits
  • bf68d7f Release 0.9.2 (#495)
  • fad458f refactor: improve fix migrations output message (#496)
  • 24b7455 refactor: remove pytest-asyncio and reduce duplicated code (#494)
  • 61f15f0 refactor: simplify run_async (#493)
  • 31681eb Offline migrations creating (#441)
  • b8757b0 fix: migration leads to constraint key error (#491)
  • a4616bd fix: print subcommand help message without init Command class (#490)
  • 85408bb add RUN_IN_TRANSACTION attr to migration files (#470)
  • ad5809a feat: add load_tortoise_config function (#489)
  • ef951ba refactor: use ctx.with_async_resource instead of magic patch `Context.__aex...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [aerich](https://github.com/tortoise/aerich) from 0.8.1 to 0.9.2.
- [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.2)

---
updated-dependencies:
- dependency-name: aerich
  dependency-version: 0.9.2
  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 Oct 13, 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.

1 participant