mfreeborn / fastapi-sqlalchemy

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

Update Starlette #4

Closed elsimqoz closed 4 years ago

elsimqoz commented 4 years ago

@mfreeborn , it will be great to update Starlette to 0.13.2 https://github.com/encode/starlette/blob/master/starlette/__init__.py

mfreeborn commented 4 years ago

I'd be happy to accept a pull request if you wanted to do that :)

elsimqoz commented 4 years ago

https://github.com/mfreeborn/fastapi-sqlalchemy/pull/5

mfreeborn commented 4 years ago

Thanks you, resolved in #8

elsimqoz commented 4 years ago

https://pypi.org/project/FastAPI-SQLAlchemy

FastAPI-SQLAlchemy 0.1.3 (Released: Mar 21, 2020)

https://github.com/mfreeborn/fastapi-sqlalchemy/commit/8672d221f33ee43ef96b5a5a7199e48af8f547f4#diff-42182d5fec0302bd1f5cf60a2f4b5b5c

__version__ = "0.1.4"

@mfreeborn it seems that there is old version on pypi