Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

chore(deps): bump tortoise-orm from 0.16.20 to 0.17.6 #159

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2021

Bumps tortoise-orm from 0.16.20 to 0.17.6.

Release notes

Sourced from tortoise-orm's releases.

0.17.6

  • Add RawSQL expression.
  • Fix columns count with annotations in _make_query. (#776)
  • Make functions nested. (#828)
  • Add db_constraint in field describe.

0.17.5

  • Set field_type of fk and o2o same to which relation field type. (#443)
  • Fix error sql for .sql() call more than once. (#796)
  • Fix incorrect splitting of the import route when using Router (#798)
  • Fix filter error after annotate with F. (#806)
  • Fix select_related for reverse relation. (#808)

0.17.4

  • Quick fix update_or_create. (#782)

0.17.3

  • Fix duplicates when using custom through association class on M2M relations
  • Fix update_or_create and get_or_create. (#721)
  • Fix refresh_from_db without fields pass. (#734)
  • Make update query work with limit and order_by. (#748)
  • Add Subquery expression. (#756) (#9) (#337)
  • Use JSON in JSONField.

0.17.2

  • Add more index types.
  • Add force_index, use_index to queryset.
  • Fix F in update error with update_fields.
  • Make delete query work with limit and order_by. (#697)
  • Filter backward FK fields with IS NULL and NOT IS NULL filters (#700)
  • Add select_for_update in update_or_create. (#702)
  • Add Model.select_for_update.
  • Add __search full text search to queryset.

0.17.1

  • Fix type for modules.
  • Fix select_related when related model specified more than once. (#679)
  • Add __iter__ to model, now can just return model/models in fastapi response.
  • Fix in_transaction bug caused by router. (#677) (#678)

0.17.0

  • Add date part extract filtering.
  • Add Manager support.
  • Add db router support.
  • Add nowait, skip_locked, of parameters to queryset.select_for_update.
  • Add field name to validation exceptions.
  • Compatible with asyncmy.
  • Replace pypika to pypika-tortoise.

0.16.21

... (truncated)

Changelog

Sourced from tortoise-orm's changelog.

0.17.6

  • Add RawSQL expression.
  • Fix columns count with annotations in _make_query. (#776)
  • Make functions nested. (#828)
  • Add db_constraint in field describe.

0.17.5

  • Set field_type of fk and o2o same to which relation field type. (#443)
  • Fix error sql for .sql() call more than once. (#796)
  • Fix incorrect splitting of the import route when using Router (#798)
  • Fix filter error after annotate with F. (#806)
  • Fix select_related for reverse relation. (#808)

0.17.4

  • Fix update_or_create. (#782)
  • Add contains, contained_by and filter to JSONField

0.17.3

  • Fix duplicates when using custom through association class on M2M relations
  • Fix update_or_create and get_or_create. (#721)
  • Fix refresh_from_db without fields pass. (#734)
  • Make update query work with limit and order_by. (#748)
  • Add Subquery expression. (#756) (#9) (#337)
  • Use JSON in JSONField.

0.17.2

  • Add more index types.
  • Add force_index, use_index to queryset.
  • Fix F in update error with update_fields.
  • Make delete query work with limit and order_by. (#697)
  • Filter backward FK fields with IS NULL and NOT IS NULL filters (#700)
  • Add select_for_update in update_or_create. (#702)
  • Add Model.select_for_update.
  • Add __search full text search to queryset.

0.17.1

  • Fix type for modules.
  • Fix select_related when related model specified more than once. (#679)
  • Add __iter__ to model, now can just return model/models in fastapi response.
  • Fix in_transaction bug caused by 'router'. (#677) (#678)

0.17.0

  • Add date part extract filtering.

... (truncated)

Commits
  • 97fa793 update version
  • 879a8f6 feat: Add db_constraint in field describe
  • 4aaa1e6 update workflows
  • c898148 Make functions nested. (#828) (#829)
  • e7deede Include annotations length in select columns count to fix IndexError (#823)
  • 049fdc7 Merge remote-tracking branch 'origin/develop' into develop
  • 6015715 update github actions
  • 40a38b7 right parenthesis was added to docs for unique_together and indexes (#821)
  • 72cef68 update gh-pages.yml
  • 0674130 update docs
  • 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 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.16.20 to 0.17.6.
- [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.16.20...0.17.6)

---
updated-dependencies:
- dependency-name: tortoise-orm
  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 Jul 26, 2021
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