IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

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

Closed pyrooka closed 5 months ago

pyrooka commented 5 months ago

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: https://github.com/psf/requests/issues/6730

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

ibm-devx-sdk commented 5 months ago

:tada: This PR is included in version 3.20.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: