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

chore: pin requests version < 2.32.0 so docker works #9395

Merged
merged 6 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions e2e_tests/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ ddtrace
selenium
# Pexpect for okta testing
pexpect
requests != 2.32.0 # TODO(MD-415) remove this pin.
2 changes: 1 addition & 1 deletion harness/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Common:
"certifi",
"filelock",
"requests",
"requests<2.32.0", # TODO(MD-415) remove this pin.
"google-cloud-storage",
"lomond>=0.3.3",
"pathspec>=0.6.0",
Expand Down
Loading