Skip to content

Upgrade requests requirement#873

Open
clarked-msft wants to merge 2 commits intomicrosoft:Developmentfrom
clarked-msft:requests-2.33.1
Open

Upgrade requests requirement#873
clarked-msft wants to merge 2 commits intomicrosoft:Developmentfrom
clarked-msft:requests-2.33.1

Conversation

@clarked-msft
Copy link
Copy Markdown
Contributor

  • Improved malformed header handling
  • More importantly, 2.33.1 is available in the airgap mirror and 2.33.0 is not.

Copilot AI review requested due to automatic review settings April 20, 2026 11:55
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the requests dependency for the main single-app Python service, primarily to use a version that’s available in the airgap mirror.

Changes:

  • Bump requests from 2.33.0 to 2.33.1 in application/single_app/requirements.txt.

gunicorn==25.0.3
Werkzeug==3.1.6
requests==2.33.0
requests==2.33.1
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

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

requests is bumped here, but other app requirement files in the repo are still pinned to requests==2.33.0 (e.g., application/external_apps/bulkloader/requirements.txt and application/external_apps/databaseseeder/requirements.txt). If the motivation is airgap mirror availability (2.33.0 missing), those components will still fail to build/install in the same environment. Consider updating those pins as part of this PR or centralizing the requests version via a shared constraints file to keep them in sync.

Copilot uses AI. Check for mistakes.
Comment thread application/single_app/requirements.txt
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