-
-
Notifications
You must be signed in to change notification settings - Fork 6
Update tortoise-orm requirement from <0.19.0,>=0.17.6 to >=0.17.6,<0.20.0 #3
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.20.0 #3
Conversation
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.19.0) --- updated-dependencies: - dependency-name: tortoise-orm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report
@@ Coverage Diff @@
## main #3 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 126 126
=========================================
Hits 126 126 Continue to review full report at Codecov.
|
|
Hi @frankie567, hope you are well, Is anything required to get this approved? |
|
Hi @frankie567, It would be really helpful if this could get merged. We can't update |
@ShipraShalini If you need a database adapter for tortoise-orm for fastapi-users v10 try this. This official adapter is no longer maintained. |
|
Thank you @Tobi-De 🙏 Would you be okay if I link to your implementation in the README so people know they have to switch over? |
No problem |
|
@Tobi-De
Can you please add a migration documentation? |
@ShipraShalini # replace this
from fastapi_users.db import TortoiseUserDatabase
# with
from fastapi_users_tortoise import TortoiseUserDatabase |
|
Superseded by #4. |
Updates the requirements on tortoise-orm to permit the latest version.
Release notes
Sourced from tortoise-orm's releases.
Changelog
Sourced from tortoise-orm's changelog.
... (truncated)
Commits
13c82f8docs: update changelog86acdfechore: upgrade version 0.19.026a8bc3chore: upgrade pypika-tortoisee635520feat: change update and fix test5d82d51feat: add ArrayFieldf0b3504test: fix test_bulk_create_mix_specified834081ctest: fix test_bulk_create_mix_specifieda987d70AddedTimeField(#1090)9709355A unified, robust and bug-free connection management interface for the ORM (#...811bbcbstyle: fix mypyDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)