mfreeborn / fastapi-sqlalchemy

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

Could not find latest version #16

Closed abhisheksms closed 3 years ago

abhisheksms commented 3 years ago

Hi!

While adding the latest version of the package to requirements.txt, I get the following error

ERROR: Could not find a version that satisfies the requirement FastAPI-SQLAlchemy==0.1.4 

Also doing a simple pip install gives version 0.1.0 instead of 0.1.4

I require the latest version(0.1.4) since 0.1.0 does not support starlette-0.13.4

Please help. Thank You

mfreeborn commented 3 years ago

And what version do you see on PyPI?

I've just issued a patch release, any combination of pip install ...: fastapi_sqlalchemy, fastapi_sqlalchemy==0.1.5, FastApi-SQLAlchemy and FastApi-SQLAlchemy==0.1.5 gets version 0.1.5.

mfreeborn commented 3 years ago

Closing as unable to reproduce error and no further input from thread starter.