hypothesis / viahtml

HTML proxying component for Via
BSD 2-Clause "Simplified" License
2 stars 4 forks source link

Pin urllib3 to v1.26.15 #716

Closed robertknight closed 2 months ago

robertknight commented 2 months ago

urllib3 v1.26.16 was reported by some GitHub users as encountering deadlocks in gevent. Pin to an earlier version to test whether this makes a difference in our case.

See comments in https://github.com/gevent/gevent/issues/1957 and https://github.com/urllib3/urllib3/issues/3289. Slack investigation: https://hypothes-is.slack.com/archives/C4K6M7P5E/p1726591090893969?thread_ts=1726470138.505809&cid=C4K6M7P5E urllib3 changelog: https://github.com/urllib3/urllib3/blob/main/CHANGES.rst#12616-2023-05-23