-
Notifications
You must be signed in to change notification settings - Fork 136
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
SQLAlchemy deprecation warning with 0.12.28 #1311
Comments
For anyone else hitting this, adding |
Also seeing the same requirements.txt
|
Hi @alex-goswag @palfrey, New version |
No longer seeing the issue with 0.12.29 |
Great, thanks for fast response! |
Thanks for the fast fix! |
Weren't seeing this with 0.12.27, only 0.12.28
sqlalchemy.exc.SADeprecationWarning: The SelectBase.c and SelectBase.columns attributes are deprecated and will be removed in a future release; these attributes implicitly create a subquery that should be explicit. Please call SelectBase.subquery() first in order to create a subquery, which then contains this attribute. To access the columns that this SELECT object SELECTs from, use the SelectBase.selected_columns attribute. (deprecated since: 1.4)
I suspect this is due to https://github.com/uriyyo/fastapi-pagination/blob/main/fastapi_pagination/ext/sqlalchemy.py#L79 / #1281
The text was updated successfully, but these errors were encountered: