Skip to content

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

Open
bardusco wants to merge 3 commits into
my8100:masterfrom
bardusco:master
Open

Resolved compatibility issues related to the application context for running on recent versions of SQLAlchemy and Flask.#215
bardusco wants to merge 3 commits into
my8100:masterfrom
bardusco:master

Conversation

@bardusco

@bardusco bardusco commented Jul 4, 2023

Copy link
Copy Markdown

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.

1 participant