Skip to content

Commit

Permalink
Temp pin responses==0.23.1 (#15513)
Browse files Browse the repository at this point in the history
responses==0.23.2 forces us onto urllib>=2.0.0 which causes a whole new
pip resolution chain.

getsentry/responses#654

Pinning until all of these packages support urllib3>=2.0.0
  • Loading branch information
jmsanders authored and prha committed Jul 25, 2023
1 parent 432e62a commit 2829c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/temp_pins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
# and verify that these example projects work. We use this file to
# temporarily introduce pins for these tests until the next version of
# Dagster is published to PyPI.
responses==0.23.1
2 changes: 1 addition & 1 deletion python_modules/dagster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def get_version() -> str:
"pytest-runner==5.2",
"pytest-xdist==2.1.0",
"pytest==7.0.1", # last version supporting python 3.6
"responses",
"responses<=0.23.1", # https://github.com/getsentry/responses/issues/654
"syrupy<4", # 3.7 compatible,
"tox==3.25.0",
"yamllint",
Expand Down

0 comments on commit 2829c2a

Please sign in to comment.