-
-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird Bug With Glotter Build #3070
Comments
Okay, looks like requests updated from 2.29 to 2.30. That definitely seems like a potential issue. Let me peek at their repo. Also, urllib upgraded from 1.26.15 to 2.0.2. That is more likely the culprit. |
Okay, the issue is definitely with requests as others are already seeing issues: psf/requests#6443 |
A short term fix would be to constrain requests to 2.29.0 or constrail urllib2 < 2. |
Looks like there's more context here: psf/requests#6432 |
I might go the poetry route with our build system as mentioned here: psf/requests#6432 (comment). The lockfile idea sure seems ideal to prevent this exact situation. |
It looks like docker 6.1.0 is compatible with urllib3 2.0. Perhaps, that will fix this problem without having to pin back urllib3 |
I assume this is a short term thing (like some dependency is down). On the off chance that it's not (like a dependency update broke Glotter), I figured I'd note it down here. I'll be attaching the log of the latest build shortly as well as the log of a recently working build for comparison.
The text was updated successfully, but these errors were encountered: