elastic / apm-agent-rum-js

https://www.elastic.co/guide/en/apm/agent/rum-js/current/index.html
MIT License
278 stars 133 forks source link

chore: pin python requests dependency version #1502

Closed devcorpio closed 4 months ago

devcorpio commented 4 months ago

Context

Our CI has been failing for a few weeks now.

The problem was a breaking change introduced by a python library named requests, specifically in version 2.32.0.

Please, see more details here: https://github.com/docker/docker-py/issues/3256

Approached followed

I've pinned the requests dependency version to 2.31.0 as suggested in multiple discussions associated with the issue linked above