Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: specify the maximum version of
requests
to avoid regression
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]>
- Loading branch information