Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Bump tortoise-orm from 0.19.2 to 0.19.3 #62

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2023

Bumps tortoise-orm from 0.19.2 to 0.19.3.

Release notes

Sourced from tortoise-orm's releases.

0.19.3

Added

  • Added config_class option to pydantic model genator that allows the developer to customize the generated pydantic model's Config class. (#1048)

Fixed

  • Fastapi example test not working. (#1029)
  • Fix create index sql error. (#1202)
  • Fix dependencies resolve error. (#1246)
  • Fix ignoring zero value of limit. (#1270)
  • Fix ForeignKeyField is none when fk is integer 0. (#1274)
  • Fix limit ignore zero. (#1270)
  • Fix min/max value validators for decimal fields. (#1291)
Changelog

Sourced from tortoise-orm's changelog.

0.19.3

Added ^^^^^

  • Added config_class option to pydantic model genator that allows the developer to customize the generated pydantic model's Config class. (#1048) Fixed ^^^^^
  • Fastapi example test not working. (#1029)
  • Fix create index sql error. (#1202)
  • Fix dependencies resolve error. (#1246)
  • Fix ignoring zero value of limit. (#1270)
  • Fix ForeignKeyField is none when fk is integer 0. (#1274)
  • Fix limit ignore zero. (#1270)
  • Fix min/max value validators for decimal fields. (#1291)
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 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.19.2 to 0.19.3.
- [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.19.2...0.19.3)

---
updated-dependencies:
- dependency-name: tortoise-orm
  dependency-type: direct:production
  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 Jan 31, 2023
@github-actions github-actions bot merged commit 500260d into master Jan 31, 2023
@dependabot dependabot bot deleted the dependabot/pip/tortoise-orm-0.19.3 branch January 31, 2023 00:28
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