Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tortoise-orm requirement from <0.19.0,>=0.17.6 to >=0.17.6,<0.21.0 #4

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 11, 2023

Updates the requirements on tortoise-orm to permit the latest version.

Release notes

Sourced from tortoise-orm's releases.

0.20.0

Added

  • Allow ForeignKeyField(on_delete=NO_ACTION) (#1393)
  • Support pydantic 2.0. (#1433)

Fixed

  • Fix foreign key constraint not generated on MSSQL Server. (#1400)
  • Fix testcase error with python3.11 (#1308)

Breaking Changes

  • Drop support for pydantic 1.x.
  • Drop support for python 3.7.
  • Param config_class of pydantic_model_creator is renamed to model_config.
  • Attr config_class of PydanticMeta is renamed to model_config.
Changelog

Sourced from tortoise-orm's changelog.

0.20.0

Added ^^^^^

  • Allow ForeignKeyField(on_delete=NO_ACTION) (#1393)
  • Support pydantic 2.0. (#1433)

Fixed ^^^^^

  • Fix foreign key constraint not generated on MSSQL Server. (#1400)
  • Fix testcase error with python3.11 (#1308)

Breaking Changes ^^^^^^^^^^^^^^^^

  • Drop support for pydantic 1.x.
  • Drop support for python 3.7.
  • Param config_class of pydantic_model_creator is renamed to model_config.
  • Attr config_class of PydanticMeta is renamed to model_config.

0.19

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)

0.19.2

Added ^^^^^

  • Added schema attribute to Model's Meta to specify exact schema to use with the model. Fixed ^^^^^
  • Mixin does not work. (#1133)
  • using_db wrong position in model shortcut methods. (#1150)
  • Fixed connection to Oracle database by adding database info to DBQ in connection string.
  • Fixed ORA-01435 error while using Oracle database (#1155)
  • Fixed processing of ssl option in MySQL connection string.
  • Fixed type hinting for QuerySetSingle.

... (truncated)

Commits
  • 0c81200 style: fix mypy
  • ed647d3 chore: pin fastapi 0.100.0
  • 394cb3f docs: drop support for python3.7
  • 6949c1e refactor: drop support for python3.7
  • 802d77d ci: fix mypy
  • 743843c feat: support pydantic2.0 (#1427)
  • f6b3eb1 Fix python3.11 testcase error & Allow ForeignKeyField(on_delete=NO_ACTION) (#...
  • a819a79 Merge remote-tracking branch 'origin/develop' into develop
  • df5d0cf fix: foreign key constraint not generated on MSSQL Server. (#1400)
  • 9b10345 Grammar fix (#1387)
  • Additional commits viewable in compare view

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)

Updates the requirements on [tortoise-orm](https://github.com/tortoise/tortoise-orm) to permit the latest version.
- [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.17.6...0.20.0)

---
updated-dependencies:
- dependency-name: tortoise-orm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 11, 2023
@dependabot dependabot bot requested a review from frankie567 August 11, 2023 04: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants