From 39d10f25348f6283b6bcf1ab2b04bc81dd8490ca Mon Sep 17 00:00:00 2001 From: Sean Mackesey Date: Wed, 13 Sep 2023 20:38:15 -0400 Subject: [PATCH] Add back urllib3 pin (#16495) ## Summary & Motivation Removed this earlier today and BK did not complain. Now it seems to be complaining again, so adding it back. ## How I Tested These Changes BK --- .buildkite/dagster-buildkite/setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.buildkite/dagster-buildkite/setup.py b/.buildkite/dagster-buildkite/setup.py index 5d498d3d67fe0..0cbbc99dd9427 100644 --- a/.buildkite/dagster-buildkite/setup.py +++ b/.buildkite/dagster-buildkite/setup.py @@ -22,6 +22,9 @@ "requests", "typing_extensions>=4.2", "pathspec", + # Need this until we have OpenSSL 1.1.1+ available in BK base image + # Context: https://github.com/psf/requests/issues/6432 + "urllib3<2", ], entry_points={ "console_scripts": [