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

build(deps): Bump tortoise-orm[accel] from 0.21.7 to 0.22.0 #582

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

Bumps tortoise-orm[accel] from 0.21.7 to 0.22.0.

Release notes

Sourced from tortoise-orm[accel]'s releases.

0.22.0

Added

  • JSONField adds optional generic support, and supports OpenAPI document generation by specifying field_type as a pydantic BaseModel (#1763)
  • Add table_name_generator attribute to Tortoise.init for dynamic table name generation (#1770)
  • Support for annotation and joins F() expressions (#1761) (#1765)
  • Allow use of annotate fields within Case-When expression (#1748)
  • Added new queryset methods: last(), latest(), earliest() (#1754) (#1756)

Fixed

  • Fix enums not quoted, allowing using of str enums for filters (#1776)
  • Primary key field should not be nullable in pydantic schema (#1778)
  • Fix ambiguous column name when grouping with joining (#1766)
  • Fix same model returned by pydantic_model_creator calls with different arguments (#1741)

Changed

  • Change old pydantic docs link to new one (#1775).
  • Refactored pydantic_model_creator, interface not changed (#1763)
  • Values are no longer validated to be right type upon loading from database (#1750)
  • Refactored private field names in queryset classes (#1751)
Changelog

Sourced from tortoise-orm[accel]'s changelog.

0.22.0

Fixed ^^^^^

  • Fix enums not quoted, allowing using of str enums for filters (#1776)
  • Primary key field should not be nullable in pydantic schema (#1778)
  • Fix ambiguous column name when grouping with joining (#1766)
  • Fix same model returned by pydantic_model_creator calls with different arguments (#1741)

Added ^^^^^

  • JSONField adds optional generic support, and supports OpenAPI document generation by specifying field_type as a pydantic BaseModel (#1763)
  • Add table_name_generator attribute to Tortoise.init for dynamic table name generation (#1770)
  • Support for annotation and joins F() expressions (#1761) (#1765)
  • Allow use of annotate fields within Case-When expression (#1748)
  • Added new queryset methods: last(), latest(), earliest() (#1754) (#1756)

Changed ^^^^^^^

  • Change old pydantic docs link to new one (#1775).
  • Refactored pydantic_model_creator, interface not changed (#1763)
  • Values are no longer validated to be right type upon loading from database (#1750)
  • Refactored private field names in queryset classes (#1751)

0.21

Commits
  • 9758bd9 Bump version, update changelog
  • 4532f2d Add table_name_generator attribute to Meta for dynamic table name generatio...
  • 49b36ad fix: enums not quoted (#1776)
  • 762fe37 Primary key field should not be nullable (#1778)
  • f5c2c64 change old pydantic docs url (#1775)
  • defd780 Make JSONField support type annotation and OpanAPI document generation (#1763)
  • ea34c3d pydantic_model_creator refactorization (#1745)
  • 905daaa Fix ambiguous column name when grouping with joining (#1766)
  • b75ca5f Handle joins in arithmetic expressions (#1765)
  • 0ab03db refactor: reduce duplicated code of tortoise.queryset (#1758)
  • 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 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[accel]](https://github.com/tortoise/tortoise-orm) from 0.21.7 to 0.22.0.
- [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.21.7...0.22.0)

---
updated-dependencies:
- dependency-name: tortoise-orm[accel]
  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 Nov 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2024

Superseded by #588.

@dependabot dependabot bot closed this Nov 26, 2024
@dependabot dependabot bot deleted the dependabot/pip/dev/tortoise-orm-accel--0.22.0 branch November 26, 2024 01:30
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants