Skip to content

Commit e23f39d

Browse files
arcradna2github
authored andcommitted
Bumps google-auth-oauthlib dependency restriction to support up to version 1.0 (tensorflow#6246)
* Motivation for features / changes As requested and noted in tensorflow#6197, we can bump this restriction, which is currently affecting compatibility of TB with dependency requirements from other packages. After the OOB auth flow migration, this should be possible. * Technical description of changes Just bump the restriction for `google-auth-oauthlib` in our `requirements.txt` file, to support newer versions. * Detailed steps to verify changes work correctly (as executed by you) Executed the auth flows (both the console-only one, and the one that uses a browser in the same machine), and validated that they work as before with the newer version.
1 parent abd04a6 commit e23f39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/pip_package/requirements.txt

+1-1
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.4.1, < 0.5
22+
google-auth-oauthlib >= 0.5, < 1.1
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)