Skip to content

Commit

Permalink
Work around broken urllib3 dependency from poetry 1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed May 20, 2023
1 parent 3b62367 commit 4825189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ update-pip-poetry: &update-pip-poetry |-
pip3 install --upgrade pip
# 3.6 support was dropped in 1.2.0
pip3 install --upgrade poetry==1.1.15
# Work around broken urllib3 dependency from poetry 1.1.15
pip3 install --upgrade urllib3==1.26.12
# Don't put more poetry commands here, they'll use the old version for some reason

jobs:
Expand Down

0 comments on commit 4825189

Please sign in to comment.