-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bumps google-auth-oauthlib dependency restriction to support up to version 1.0 #6246
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
groszewn
approved these changes
Mar 17, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
yatbear
pushed a commit
to yatbear/tensorboard
that referenced
this pull request
Mar 27, 2023
…rsion 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.
arcra
added a commit
to arcra/tensorboard
that referenced
this pull request
Mar 31, 2023
…rsion 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.
Merged
arcra
added a commit
to arcra/tensorboard
that referenced
this pull request
Mar 31, 2023
…rsion 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.
arcra
added a commit
that referenced
this pull request
Mar 31, 2023
…rsion 1.0 (#6246) * Motivation for features / changes As requested and noted in #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.
dna2github
pushed a commit
to dna2fork/tensorboard
that referenced
this pull request
May 1, 2023
…rsion 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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation for features / changes
As requested and noted in Loosen google-auth-oauthlib #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 ourrequirements.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.