Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Harvest Predictor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask==2.2.5
numpy==1.22.0

gunicorn==20.0.4
gunicorn==23.0.0
Copy link

Copilot AI Aug 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This major version upgrade includes breaking changes that may affect application behavior. The release notes mention that requests with empty URI fields, invalid CR/LR/NUL in header values, and certain framing issues will now be refused. Test thoroughly to ensure your application handles these stricter validations correctly, especially if using proxies or request pipelining.

Suggested change
gunicorn==23.0.0
gunicorn==22.0.0

Copilot uses AI. Check for mistakes.
Werkzeug==3.0.1
Jinja2==2.11.3
itsdangerous==1.1.0
Expand Down