mfreeborn / fastapi-sqlalchemy

Adds simple SQLAlchemy support to FastAPI
MIT License
594 stars 34 forks source link

Make package PEP 561 compatible #22

Closed cancan101 closed 3 years ago

cancan101 commented 3 years ago

Closes https://github.com/mfreeborn/fastapi-sqlalchemy/issues/21

codecov-commenter commented 3 years ago

Codecov Report

Merging #22 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #22   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           64        64           
=========================================
  Hits            64        64           

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 34f99b7...7f4c404. Read the comment docs.

mfreeborn commented 3 years ago

Thanks very much, merged and released as v0.2.0