Skip to content

Commit

Permalink
setup: do not use a fixed urllib3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrc committed Aug 21, 2024
1 parent 232ef9d commit 6c14094
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-python-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
${{ matrix.python }} get-pip.py
${{ matrix.python }} -m ${{ matrix.pip }} install --user --upgrade pip
${{ matrix.python }} -m ${{ matrix.pip }} --no-cache-dir install --user setuptools wheel "urllib3==1.25.11"
${{ matrix.python }} -m ${{ matrix.pip }} --no-cache-dir install --user -e .[tests,elasticsearch5]
- name: Show python dependencies
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
'nameparser~=1.1,>=1.1.3; python_version >= "3.6"',
"python-dateutil~=2.0,>=2.6.1",
"six~=1.0,>=1.10.0",
"urllib3~=1.0,<=1.26.12",
"inspire_schemas",
"inspire_schemas @ git+https://github.com/miguelgrc/inspire-schemas.git@bump-urllib3#egg=inspire_schemas",
"scrapy",
"pylatexenc",
]
Expand Down

0 comments on commit 6c14094

Please sign in to comment.