-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Pin requests < 2.32.0 #21977
Pin requests < 2.32.0 #21977
Conversation
While we investigate breaking docker tests: https://buildkite.com/dagster/dagster-dagster/builds/83562
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't want to ship this pin in core so lets make sure we move if it if we can't resolve the problem
python_modules/dagster/setup.py
Outdated
@@ -96,7 +96,7 @@ def get_version() -> str: | |||
"python-dateutil", | |||
"python-dotenv", | |||
"pytz", | |||
"requests", | |||
"requests<2.32.0", # 2.32.0 breaks our docker tests https://buildkite.com/dagster/dagster-dagster/builds/83562 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would it be better to put this pin this in dagster-docker instead?
psf/requests#6707 is our issue |
I'm going to merge now that tests are passing but I want us to aim to revert/fix forward/pin more narrowly before this week's release if possible. |
docker/docker-py#3257 and our fix |
While we investigate breaking docker tests: https://buildkite.com/dagster/dagster-dagster/builds/83562
This reverts commit 3e84f4a.
Reverts #21977 Docker has released a new version and requests has yanked the offending versions so we should be able to remove this pin before our release goes out this week.
While we investigate breaking docker tests: https://buildkite.com/dagster/dagster-dagster/builds/83562
Reverts dagster-io#21977 Docker has released a new version and requests has yanked the offending versions so we should be able to remove this pin before our release goes out this week.
While we investigate breaking docker tests:
https://buildkite.com/dagster/dagster-dagster/builds/83562