Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

[pip](deps-dev): Bump tortoise-orm from 0.20.0 to 0.20.1 #392

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2024

Bumps tortoise-orm from 0.20.0 to 0.20.1.

Release notes

Sourced from tortoise-orm's releases.

0.20.1

Added

  • Add binary compression support for UUIDField in MySQL. (#1458)
  • Only Model, Tortoise, BaseDBAsyncClient, __version__, and connections are now exported from tortoise
  • Add parameter validators to pydantic_model_creator. (#1471)

Fixed

  • Fix order of fields in ValuesListQuery when it has more than 10 fields. (#1492)
  • Fix pydantic v2 pydantic_model_creator nullable field not optional. (#1454)
  • Fix pydantic v2.5 unittest error. (#1535)
  • Fix pydantic_model_creator exclude_readonly parameter not working.
  • Fix annotation propagation for non-filter queries. (#1590)
Changelog

Sourced from tortoise-orm's changelog.

0.20.1

Added ^^^^^

  • Add binary compression support for UUIDField in MySQL. (#1458)
  • Only Model, Tortoise, BaseDBAsyncClient, __version__, and connections are now exported from tortoise
  • Add parameter validators to pydantic_model_creator. (#1471)

Fixed ^^^^^

  • Fix order of fields in ValuesListQuery when it has more than 10 fields. (#1492)
  • Fix pydantic v2 pydantic_model_creator nullable field not optional. (#1454)
  • Fix pydantic v2.5 unittest error. (#1535)
  • Fix pydantic_model_creator exclude_readonly parameter not working.
  • Fix annotation propagation for non-filter queries. (#1590)
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 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 [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.20.0 to 0.20.1.
- [Release notes](https://github.com/tortoise/tortoise-orm/releases)
- [Changelog](https://github.com/tortoise/tortoise-orm/blob/develop/CHANGELOG.rst)
- [Commits](tortoise/tortoise-orm@0.20.0...0.20.1)

---
updated-dependencies:
- dependency-name: tortoise-orm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Apr 26, 2024
@github-actions github-actions bot merged commit 2074e87 into dev Apr 26, 2024
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dev/tortoise-orm-0.20.1 branch April 26, 2024 22:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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