-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
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] <[email protected]>
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
13c82f8
docs: update changelog86acdfe
chore: upgrade version 0.19.026a8bc3
chore: upgrade pypika-tortoisee635520
feat: change update and fix test5d82d51
feat: add ArrayFieldf0b3504
test: fix test_bulk_create_mix_specified834081c
test: fix test_bulk_create_mix_specifieda987d70
AddedTimeField
(#1090)9709355
A unified, robust and bug-free connection management interface for the ORM (#...811bbcb
style: 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 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)