Skip to content

SDK-181: Update requests to 2.34.2 - #249

Merged
cjfuller-dev merged 2 commits into
mainfrom
SDK-181-chris-bump-requests
Jul 22, 2026
Merged

SDK-181: Update requests to 2.34.2#249
cjfuller-dev merged 2 commits into
mainfrom
SDK-181-chris-bump-requests

Conversation

@cjfuller-dev

@cjfuller-dev cjfuller-dev commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps requests from 2.32.4 to 2.34.2 via poetry update requests. Only poetry.lock is changed; the pyproject.toml constraint is untouched.

requests is important. The 2.33-2.34 diff is bug fixes and typing related changes. Link to notes: https://github.com/psf/requests/blob/main/HISTORY.md

cjfuller-dev and others added 2 commits July 22, 2026 09:42
Ran poetry update requests, bumping it from 2.32.4 to 2.34.2, the
latest release allowed by the existing ^2.32.4 constraint. Only
poetry.lock changed; pyproject.toml is untouched.
@cjfuller-dev cjfuller-dev changed the title SDK-181: Update requests to 2.34.2 Update requests to 2.34.2 Jul 22, 2026
@cjfuller-dev
cjfuller-dev marked this pull request as ready for review July 22, 2026 10:34
@cjfuller-dev cjfuller-dev changed the title Update requests to 2.34.2 SDK-181: Update requests to 2.34.2 Jul 22, 2026

@cariad cariad left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What I think this PR does

  • Upgrade requests from 2.32.4 to 2.34.2.
  • Raise the threshold for certifi, urllib3, and chardet — but doesn't affect what versions we install because we're already within the threshold.

What I did

Observations

2.34.0: Requests no longer incorrectly strips duplicate leading slashes in URI paths.

Behaviour we should watch out for, in case we have accidental duplicate leading slashes but didn't notice until now.

@cjfuller-dev
cjfuller-dev merged commit a305d24 into main Jul 22, 2026
18 checks passed
@cjfuller-dev
cjfuller-dev deleted the SDK-181-chris-bump-requests branch July 22, 2026 11:06
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