I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.
Ref #850. Edit version to avoid regression introduced in requests==2.32.0.
This made our feed_iterable() fail when using cert, causing integration tests to fail with segfault.
Pinning to 2.31 fixes the issue.
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.
Ref #850. Edit version to avoid regression introduced in
requests==2.32.0
. This made ourfeed_iterable()
fail when using cert, causing integration tests to fail with segfault. Pinning to2.31
fixes the issue.Waiting for fix in coming
requests
-releases.