Skip to content
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

Versions 2.5.0 or 2.4.0 not found in PyPi #66

Closed
abnerjacobsen opened this issue Sep 27, 2022 · 4 comments
Closed

Versions 2.5.0 or 2.4.0 not found in PyPi #66

abnerjacobsen opened this issue Sep 27, 2022 · 4 comments

Comments

@abnerjacobsen
Copy link

@hadrien Neither version is available on PyPi.

Regards,

@hadrien
Copy link
Member

hadrien commented Oct 3, 2022

sorry for that, it's fixed!

https://pypi.org/project/fastapi-sqla/#history

@hadrien
Copy link
Member

hadrien commented Oct 5, 2022

@abnerjacobsen FYI publish job failed because of a dependency. It has been fixed in #67

@abnerjacobsen
Copy link
Author

@hadrien I think there is an error in README.md, where it reads:

from fastapi_sqla import Base, Page, AsyncPagination, AsyncSession

Should be:

from fastapi_sqla import Base, Page
from fastapi_sqla.asyncio_support import AsyncPaginate, AsyncPagination

I tried to use asynchronous pagination importing modules as described in the README and got an import error.

@hadrien
Copy link
Member

hadrien commented Nov 7, 2022

@abnerjacobsen FYI, thanks for reporting, it has been fixed. You can now import the async components directly from fastapi_sqla

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants