Skip to content

Commit c8dbaec

Browse files
authored
Relax google-auth-oauthlib dependency to breaking changes (#6609)
Relax google-auth-oauthlib dependency to breaking changes only Fixes: ``` tensorboard 2.14.0 depends on google-auth-oauthlib<1.1 but you have 1.1.0 ```
1 parent 2d3b322 commit c8dbaec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/pip_package/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ absl-py >= 0.4
1919
# NOTE: this version should be >= the grpc version in our WORKSPACE file.
2020
grpcio >= 1.48.2
2121
google-auth >= 1.6.3, < 3
22-
google-auth-oauthlib >= 0.5, < 1.1
22+
google-auth-oauthlib >= 0.5, < 2
2323
markdown >= 2.6.8
2424
numpy >= 1.12.0
2525
# NOTE: this version must be >= the protoc version in our WORKSPACE file.

0 commit comments

Comments
 (0)