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

fix: specify the maximum version of requests to avoid regression #194

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

pyrooka
Copy link
Member

@pyrooka pyrooka commented Jun 3, 2024

Version 2.23.3 of the requests package broke our custom SSLHTTPAdapter. This commit defines the maximum version of that package, to make sure it will continue working without an issue. Note that, this is a short term solution only. For more details see this issue: psf/requests#6730

@CLAassistant
Copy link

CLAassistant commented Jun 3, 2024

CLA assistant check
All committers have signed the CLA.

@pyrooka pyrooka self-assigned this Jun 3, 2024
Version `2.23.3` of the `requests` package broke our custom
`SSLHTTPAdapter`. This commit defines the maximum version of that
package, to make sure it will continue working without an issue. Note
that, this is a short term solution only. For more details see this
issue: psf/requests#6730

Signed-off-by: Norbert Biczo <[email protected]>
@pyrooka pyrooka force-pushed the nb/fix-requests-regression branch from e5e87db to f2be943 Compare June 3, 2024 13:22
@pyrooka pyrooka requested a review from padamstx June 3, 2024 13:31
Copy link
Member

@padamstx padamstx left a comment

Choose a reason for hiding this comment

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

LGTM

@pyrooka pyrooka merged commit f4ac0d1 into main Jun 3, 2024
4 checks passed
@pyrooka pyrooka deleted the nb/fix-requests-regression branch June 3, 2024 17:02
ibm-devx-sdk pushed a commit that referenced this pull request Jun 3, 2024
## [3.20.1](v3.20.0...v3.20.1) (2024-06-03)

### Bug Fixes

* specify the maximum version of `requests` to avoid regression ([#194](#194)) ([f4ac0d1](f4ac0d1))
@ibm-devx-sdk
Copy link

🎉 This PR is included in version 3.20.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants