fastapi-users / fastapi-users-db-beanie

FastAPI Users database adapter for Beanie
MIT License
5 stars 4 forks source link

bump beanie version #1

Closed schwannden closed 2 years ago

schwannden commented 2 years ago

Bumping beanie to be able to use 2 nice feature

  1. Multi-model mode
  2. Views

Also getting prepared for the deprecating Collection setting object (now uses Settings object)

frankie567 commented 2 years ago

Hello @schwannden!

Thank you for this proposal, much appreciated! May I ask you to revert the changes on the version tag (commit 98b7ed7edf82499d07538f6ae6384a9ef0ea03c5)? This is something I do myself to trigger a release with a proper tag.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1 (1ea6adb) into main (65cba71) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main       #1   +/-   ##
=======================================
  Coverage   64.35%   64.35%           
=======================================
  Files           2        2           
  Lines         101      101           
=======================================
  Hits           65       65           
  Misses         36       36           
Impacted Files Coverage Δ
fastapi_users_db_beanie/access_token.py 64.51% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 65cba71...1ea6adb. Read the comment docs.

schwannden commented 2 years ago

Hello @schwannden!

Thank you for this proposal, much appreciated! May I ask you to revert the changes on the version tag (commit 98b7ed7)? This is something I do myself to trigger a release with a proper tag.

done, will revert the similar commit on fastapi-user as well