File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def create_requests_session(
106106 retry = RetryWithCallback (
107107 backoff_factor = backoff_factor ,
108108 connect = retries ,
109- allowed_methods = False ,
109+ method_whitelist = False ,
110110 read = retries ,
111111 status_forcelist = tuple (status_forcelist ),
112112 status = retries ,
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ typing-extensions==4.13.2
135135 # via
136136 # astroid
137137 # pylint
138- urllib3 == 2.5.0
138+ urllib3 == 1.26.20
139139 # via
140140 # cloudsmith-api
141141 # cloudsmith-cli (setup.py)
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def get_long_description():
5858 "requests>=2.18.4" ,
5959 "requests_toolbelt>=0.8.0" ,
6060 "semver>=2.7.9" ,
61- "urllib3==2.5 .0" ,
61+ "urllib3<2 .0" ,
6262 ],
6363 entry_points = {
6464 "console_scripts" : ["cloudsmith=cloudsmith_cli.cli.commands.main:main" ]
You can’t perform that action at this time.
0 commit comments