Skip to content

Update ormar[sqlite] requirement from <0.11.0,>=0.10.16 to >=0.10.16,<0.13.0 #5

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Updates the requirements on ormar[sqlite] to permit the latest version.

Release notes

Sourced from ormar[sqlite]'s releases.

Force save in upset and bug fixes

0.12.0

✨ Breaking Changes

  • Queryset.bulk_create will now raise ModelListEmptyError on empty list of models (by @​ponytailer - thanks!) #853

✨ Features

  • Model.upsert() now handles a flag __force_save__: bool that allow upserting the models regardless of the fact if they have primary key set or not. Note that setting this flag will cause two queries for each upserted model -> get to check if model exists and later update/insert accordingly. #889

🐛 Fixes

  • Fix for empty relations breaking construct method (by @​Abdeldjalil-H - thanks!) #870
  • Fix save related not saving models with already set pks (including uuid) #885
  • Fix for wrong relations exclusions depending on the order of exclusions #779
  • Fix property_fields not being inherited properly #774
Changelog

Sourced from ormar[sqlite]'s changelog.

0.12.0

✨ Breaking Changes

  • Queryset.bulk_create will now raise ModelListEmptyError on empty list of models (by @​ponytailer - thanks!) #853

✨ Features

  • Model.upsert() now handles a flag __force_save__: bool that allow upserting the models regardless of the fact if they have primary key set or not. Note that setting this flag will cause two queries for each upserted model -> get to check if model exists and later update/insert accordingly. #889

🐛 Fixes

  • Fix for empty relations breaking construct method (by @​Abdeldjalil-H - thanks!) #870
  • Fix save related not saving models with already set pks (including uuid) #885
  • Fix for wrong relations exclusions depending on the order of exclusions #779
  • Fix property_fields not being inherited properly #774

0.11.3

✨ Features

  • Document onupdate and ondelete referential actions in ForeignKey and provide ReferentialAction enum to specify the behavior of the relationship (by @​SepehrBazyar - thanks!) #724
  • Add CheckColumn to supported constraints in models Meta (by @​SepehrBazyar - thanks!) #729

🐛 Fixes

💬 Other

0.11.2

🐛 Fixes

  • Fix database drivers being required, while they should be optional #713
  • Fix boolean field problem in limit queries in postgres without limit_raw_sql flag #704
  • Fix enum_class spilling to schema causing errors in OpenAPI #699

0.11.1

🐛 Fixes

  • Fix deepcopy issues introduced in pydantic 1.9 #685

0.11.0

... (truncated)

Commits
  • dda5e24 Prepare 0.12.0 release (#892)
  • 513fd32 Fix property_fields not being inherited. Fix for #774. (#891)
  • f1c0ee3 Fix wrongly excluding relations if they were not in proper order and one of t...
  • 4fa0205 Allow upserting rows with existing_pk even if they do not exist. (#889)
  • f94e507 build(deps): bump paambaati/codeclimate-action from 3.1.0 to 3.1.1 (#888)
  • 1f57c0b build(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1 (#886)
  • 92ef159 build(deps): bump hmarr/auto-approve-action from 2.4.0 to 3.0.0 (#884)
  • d8b7330 build(deps-dev): bump types-pymysql from 1.0.19 to 1.0.19.1 (#880)
  • b1812ce build(deps-dev): bump fastapi from 0.85.0 to 0.85.1 (#878)
  • 538c68e build(deps-dev): bump mkdocs from 1.4.0 to 1.4.1 (#882)
  • 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 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 [ormar[sqlite]](https://github.com/collerek/ormar) to permit the latest version.
- [Release notes](https://github.com/collerek/ormar/releases)
- [Changelog](https://github.com/collerek/ormar/blob/master/docs/releases.md)
- [Commits](collerek/ormar@0.10.16...0.12.0)

---
updated-dependencies:
- dependency-name: ormar[sqlite]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 24, 2022
@dependabot dependabot bot requested a review from frankie567 October 24, 2022 04:28
Copy link
Author

dependabot bot commented on behalf of github Mar 18, 2024

Superseded by #6.

@dependabot dependabot bot closed this Mar 18, 2024
@dependabot dependabot bot deleted the dependabot/pip/ormar-sqlite--gte-0.10.16-and-lt-0.13.0 branch March 18, 2024 04:25
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