Skip to content

Commit

Permalink
Add back urllib3 pin (#16495)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
smackesey authored Sep 14, 2023
1 parent 7a0617c commit 39d10f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/dagster-buildkite/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 39d10f2

Please sign in to comment.