Skip to content

Commit

Permalink
uploader: replace deprecated requests parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
willfrey authored Oct 8, 2021
1 parent 34ca165 commit aabf9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/publishing/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def adapter(self) -> adapters.HTTPAdapter:
retry = util.Retry(
connect=5,
total=10,
method_whitelist=["GET"],
allowed_methods=["GET"],
status_forcelist=[500, 501, 502, 503],
)

Expand Down

0 comments on commit aabf9d9

Please sign in to comment.