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

Latest version (v6) requires outdated gaxios (v4) #431

Closed
khitrenovich opened this issue May 26, 2022 · 0 comments · Fixed by #436
Closed

Latest version (v6) requires outdated gaxios (v4) #431

khitrenovich opened this issue May 26, 2022 · 0 comments · Fixed by #436
Assignees
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@khitrenovich
Copy link

The latest (at this moment - v6.0) version of gtoken requires axios v4 -

    "gaxios": "^4.0.0",

while the latest of axios is v5. At the same time, the latest of google-auth-library already requires v5+.

We use both gtoken and google-auth-library in our project, and cannot bump to the latest of google-auth-library due to the gaxios version mismatch.

Please advise.

@khitrenovich khitrenovich added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants