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: always load the default certs on our custom SSL context #196

Closed pyrooka closed 2 months ago

pyrooka commented 2 months ago

This is a follow-up PR of this one. In the linked PR we had to specify and older version of the requests package to avoid a regression.

This PR contains the fix for that, so we can continue using always the latest version. Furthermore, the HTTPS related tests have been improved and moved to the directory of the unit tests, to always include them in our builds.

ibm-devx-sdk commented 2 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: