Skip to content
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

Update caraml-auth-google version #324

Conversation

deadlycoconuts
Copy link
Contributor

Context

The new version of the Turing SDK which incorporates changes to authenticate the user with OpenID Connect tokens did not manage to be pushed successfully to the PyPI repository because it was using a Git dependency on caraml-auth-google, which Git dependencies are not allowed by PyPI.

Since then, caraml-auth-google has been finally released directly to PyPI, paving way for the Turing SDK to update its dependency on it to utilise the released version directly. This PR updates that version directly in the requirements.txt file.

@deadlycoconuts deadlycoconuts added the type: bug Something isn't working label Mar 13, 2023
@deadlycoconuts deadlycoconuts requested a review from a team March 13, 2023 10:14
@deadlycoconuts deadlycoconuts self-assigned this Mar 13, 2023
Copy link
Collaborator

@krithika369 krithika369 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks, @deadlycoconuts !

caraml-auth-google==0.0.0.post3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just realised we have google-auth>=2.16.2 dependency here. Isn't it handled by caraml-auth-google ? Can we remove the Google auth dependency from this file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, removing it then! Thanks!

@deadlycoconuts
Copy link
Contributor Author

Thanks a lot for the quick review! Will be merging this once the pipeline succeeds!

@deadlycoconuts deadlycoconuts merged commit 5aff7f0 into caraml-dev:main Mar 14, 2023
@deadlycoconuts deadlycoconuts deleted the update_caraml_auth_google_version branch March 14, 2023 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants