Skip to content

Commit

Permalink
Relax google-auth-oauthlib dependency to breaking changes (#6609)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
elgalu authored Oct 3, 2023
1 parent 2d3b322 commit c8dbaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorboard/pip_package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ absl-py >= 0.4
# NOTE: this version should be >= the grpc version in our WORKSPACE file.
grpcio >= 1.48.2
google-auth >= 1.6.3, < 3
google-auth-oauthlib >= 0.5, < 1.1
google-auth-oauthlib >= 0.5, < 2
markdown >= 2.6.8
numpy >= 1.12.0
# NOTE: this version must be >= the protoc version in our WORKSPACE file.
Expand Down

0 comments on commit c8dbaec

Please sign in to comment.