Skip to content

⬆️ Bump tortoise-orm from 1.0.0 to 1.1.2#172

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/tortoise-orm-1.1.2
Closed

⬆️ Bump tortoise-orm from 1.0.0 to 1.1.2#172
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/tortoise-orm-1.1.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps tortoise-orm from 1.0.0 to 1.1.2.

Release notes

Sourced from tortoise-orm's releases.

1.1.2

Fixed

  • Fixed optimisation issue, if you didn't have pydantic installed, Tortoise would try to import it on every JSONField deserialization, lowering performance.

1.1.1

Added

  • SqlDefault and Now expressions for db_default — use db_default=SqlDefault("...") to emit raw SQL expressions (e.g. CURRENT_TIMESTAMP) as database defaults. Now() is a convenience shorthand for SqlDefault("CURRENT_TIMESTAMP"). (#2104)

Changed

  • Field(default=...) and auto_now / auto_now_add no longer emits a DEFAULT clause in generate_schemas(). The default parameter is Python-only; use db_default for database-level defaults. This aligns generate_schemas() with migrations, which don't emitted DEFAULT for default=. (#2104)

1.1.0

Added

  • db_default parameter for fields — set database-level DEFAULT clauses that propagate to schema generation and migrations. Unlike default (Python-only), db_default is persisted in the DB schema and applied even for rows inserted outside the ORM. (#2101)
  • Model.construct() classmethod for building model instances without field validation — useful in test factories and fixtures. (#2099)
  • truncate_all_models() now respects foreign key constraints using topological ordering (SQLite/MySQL) or TRUNCATE ... CASCADE (PostgreSQL). (#2100)
  • Auto-recreate database connection when event loop changes. Enables easier testing without session level fixtures (#2098)

Fixed

  • Type checking of None assignment to nullable fields. (#2089)
  • Fix set global fallback default in Sanic register_tortoise. (#2090)
  • Escape [ ] for db url parsing. (#2081) (#2092)
  • Fix UnicodeEncodeError by using UTF-8 encoding for migration files. (#2096, #2097)
Changelog

Sourced from tortoise-orm's changelog.

1.1.2

Fixed ^^^^^

  • Fixed optimisation issue, if you didn't have pydantic installed, Tortoise would try to import it on every JSONField deserialization, lowering performance.

1.1.1

Added ^^^^^

  • SqlDefault and Now expressions for db_default — use db_default=SqlDefault("...") to emit raw SQL expressions (e.g. CURRENT_TIMESTAMP) as database defaults. Now() is a convenience shorthand for SqlDefault("CURRENT_TIMESTAMP"). (#2104)

Changed ^^^^^^^

  • Field(default=...) and auto_now / auto_now_add no longer emits a DEFAULT clause in generate_schemas(). The default parameter is Python-only; use db_default for database-level defaults. This aligns generate_schemas() with migrations, which don't emitted DEFAULT for default=. (#2104)

1.1.0

Added ^^^^^

  • db_default parameter for fields — set database-level DEFAULT clauses that propagate to schema generation and migrations. Unlike default (Python-only), db_default is persisted in the DB schema and applied even for rows inserted outside the ORM. (#2101)
  • Model.construct() classmethod for building model instances without field validation — useful in test factories and fixtures. (#2099)
  • truncate_all_models() now respects foreign key constraints using topological ordering (SQLite/MySQL) or TRUNCATE ... CASCADE (PostgreSQL). (#2100)
  • Auto-recreate database connection when event loop changes. Enables easier testing without session level fixtures (#2098)

Fixed ^^^^^

  • Type checking of None assignment to nullable fields. (#2089)
  • Fix set global fallback default in Sanic register_tortoise. (#2090)
  • Escape [ ] for db url parsing. (#2081) (#2092)
  • Fix UnicodeEncodeError by using UTF-8 encoding for migration files. (#2096, #2097)

1.0

Commits

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 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 [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 1.0.0 to 1.1.2.
- [Release notes](https://github.com/tortoise/tortoise-orm/releases)
- [Changelog](https://github.com/tortoise/tortoise-orm/blob/develop/CHANGELOG.rst)
- [Commits](tortoise/tortoise-orm@1.0.0...1.1.2)

---
updated-dependencies:
- dependency-name: tortoise-orm
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 13, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2026

Looks like tortoise-orm is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 13, 2026
@dependabot dependabot bot deleted the dependabot/uv/tortoise-orm-1.1.2 branch February 13, 2026 21:43
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments