You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
The latest (at this moment - v6.0) version of googleapis-common 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 googleapis-common and google-auth-library in our project, and cannot bump to the latest of google-auth-library due to the gaxios version mismatch.
The latest (at this moment - v6.0) version of
googleapis-commonrequiresaxiosv4 -while the latest of
axiosis v5. At the same time, the latest ofgoogle-auth-libraryalready requires v5+.We use both
googleapis-commonandgoogle-auth-libraryin our project, and cannot bump to the latest ofgoogle-auth-librarydue to thegaxiosversion mismatch.Please advise.