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

Resolved compatibility issues related to the application context for running on recent versions of SQLAlchemy and Flask. #215

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bardusco
Copy link

@bardusco bardusco commented Jul 4, 2023

Fixed an issue related to the application context, as recent versions of SQLAlchemy no longer support the bind parameter. Additionally, resolved a problem where all requests were being blocked due to a conditional statement erroneously checking for 'request.json' on non-JSON requests.

Flask==2.3.2
Flask-SQLAlchemy==3.0.5
Jinja2==3.1.2
Scrapy==2.9.0
scrapyd==1.4.2
SQLAlchemy==2.0.17
Werkzeug==2.3.6

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.

None yet

1 participant