Skip to content
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

Merged
merged 9 commits into from
May 20, 2024
Merged

Pin requests < 2.32.0 #21977

merged 9 commits into from
May 20, 2024

Conversation

jmsanders
Copy link
Contributor

While we investigate breaking docker tests:

https://buildkite.com/dagster/dagster-dagster/builds/83562

@jmsanders jmsanders self-assigned this May 20, 2024
Copy link
Member

@alangenfeld alangenfeld left a 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

@@ -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
Copy link
Member

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?

@jmsanders
Copy link
Contributor Author

psf/requests#6707 is our issue

@jmsanders
Copy link
Contributor Author

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.

@jmsanders jmsanders merged commit 3e84f4a into master May 20, 2024
1 check was pending
@jmsanders jmsanders deleted the jordan/pin-requests branch May 20, 2024 19:45
@jmsanders
Copy link
Contributor Author

docker/docker-py#3257 and our fix

nikomancy pushed a commit that referenced this pull request May 22, 2024
jmsanders added a commit that referenced this pull request May 23, 2024
jmsanders added a commit that referenced this pull request May 23, 2024
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.
jmsanders added a commit that referenced this pull request May 23, 2024
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.

(cherry picked from commit 02d69d9)
danielgafni pushed a commit to danielgafni/dagster that referenced this pull request Jun 18, 2024
danielgafni pushed a commit to danielgafni/dagster that referenced this pull request Jun 18, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants