Skip to content

Commit e15f1b9

Browse files
authored
Relax minimum version of requests to allow 2.21.0 (#2914)
1 parent 620eea3 commit e15f1b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ install:
5858
- pip install grpcio-testing==1.24.3
5959
- pip install 'google-auth >= 1.6.3, < 2'
6060
- pip install 'google-auth-oauthlib >= 0.4.1, < 0.5'
61+
- pip install requests==2.21.0
6162
- yarn install --ignore-engines
6263
# Uninstall older Travis numpy to avoid upgrade-in-place issues.
6364
- pip uninstall -y numpy

tensorboard/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'markdown >= 2.6.8',
3333
'numpy >= 1.12.0',
3434
'protobuf >= 3.6.0',
35-
'requests >= 2.22.0, < 3',
35+
'requests >= 2.21.0, < 3',
3636
'setuptools >= 41.0.0',
3737
'six >= 1.10.0',
3838
'werkzeug >= 0.11.15',

0 commit comments

Comments
 (0)