typeshed-internal / stub_uploader

Scripts and actions to auto-upload typeshed stubs to PyPI
Apache License 2.0
21 stars 16 forks source link

Pin requests to <2.30.0 to fix test failures #95

Closed AlexWaygood closed 1 year ago

AlexWaygood commented 1 year ago

requests v2.30.0 has just been released: https://github.com/psf/requests/releases/tag/v2.30.0

It appears to be causing the stub-uploader tests to fail on the typeshed main branch:

I haven't looked into what's causing the failures at all, but here's a stopgap PR to pin requests and stop the tests from failing

AlexWaygood commented 1 year ago

Confirmed that typeshed's main branch is green again: https://github.com/python/typeshed/actions/runs/4873926053/jobs/8695489553

hauntsaninja commented 1 year ago

Wow. Looks like they had to yank requests 2.30 https://github.com/psf/requests/issues/6439

AlexWaygood commented 1 year ago

Ouch