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

Fix compatibility with Flask-SQLAlchemy 3.x #20

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

hlin
Copy link
Contributor

@hlin hlin commented Oct 23, 2024

https://github.com/pallets-eco/flask-sqlalchemy/blob/3.0.0/CHANGES.rst

Pagination.iter_pages and Query.paginate parameters are keyword-only.

https://github.com/pallets-eco/flask-sqlalchemy/blob/3.0.0/CHANGES.rst

    Pagination.iter_pages and Query.paginate parameters are keyword-only.

Signed-off-by: Haibo Lin <hlin@redhat.com>
@lubomir
Copy link
Contributor

lubomir commented Oct 23, 2024

👍

@hlin hlin merged commit b7a5188 into release-engineering:main Oct 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants