Skip to content

Commit 65f2c21

Browse files
SNOW-222359 Revert "SNOW-222179 Update urllib3 requirement from <1.26.0,>=1.20 to >=1.20,<1.27.0" (#533)
1 parent 9a1c782 commit 65f2c21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
- name: Install tox
223223
run: python -m pip install tox tox-external-wheels
224224
- name: Run tests
225-
run: python -m tox -e "py${PYTHON_VERSION/\./}-{extras,unit,integ,pandas,sso}-ci" -p auto
225+
run: python -m tox -e "py${PYTHON_VERSION/\./}-{extras,unit,integ,pandas,sso}-ci"
226226
env:
227227
PYTHON_VERSION: ${{ matrix.python-version }}
228228
cloud_provider: ${{ matrix.cloud-provider }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def _get_arrow_lib_as_linker_input(self):
194194
'azure-storage-blob>=12.0.0,<13.0.0;python_version>="3.5.2"',
195195
'boto3>=1.4.4,<1.16',
196196
'requests<2.24.0',
197-
'urllib3>=1.20,<1.27.0',
197+
'urllib3>=1.20,<1.26.0',
198198
'certifi<2021.0.0',
199199
'pytz<2021.0',
200200
'pycryptodomex>=3.2,!=3.5.0,<4.0.0',

0 commit comments

Comments
 (0)