vespa-engine / pyvespa

Python API for https://vespa.ai, the open big data serving engine
https://pyvespa.readthedocs.io/
Apache License 2.0
103 stars 34 forks source link

Thomasht86/pin requests version #851

Closed thomasht86 closed 3 months ago

thomasht86 commented 3 months ago

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.

Waiting for fix in coming requests-releases.