Skip to content

[WIP]Upgrade Google auth and cloud libraries to fix intermittent auth errors(ベースブランチを作り直す)#96

Closed
katsuyan wants to merge 1 commit intov0.10.5_patchedfrom
feature/upgrade-google-auth-library
Closed

[WIP]Upgrade Google auth and cloud libraries to fix intermittent auth errors(ベースブランチを作り直す)#96
katsuyan wants to merge 1 commit intov0.10.5_patchedfrom
feature/upgrade-google-auth-library

Conversation

@katsuyan
Copy link
Copy Markdown

Update dependency versions to address "Anonymous caller" authentication errors that occur intermittently when accessing GCS.

Changes:

  • google-auth-library-credentials: 0.18.0 -> 1.23.0
  • google-auth-library-oauth2-http: 0.18.0 -> 1.23.0
  • google-http-client: 1.24.1 -> 1.44.1
  • google-http-client-jackson2: 1.24.1 -> 1.44.1
  • google-oauth-client: 1.22.0 -> 1.35.0
  • google-cloud-core: 1.94.0 -> 1.96.0
  • google-cloud-storage: 1.101.0 -> 1.118.1
  • google-cloud-nio: 0.119.0-alpha -> 0.124.8

The old google-auth-library (0.18.0 from 2019) had known issues with token refresh in multi-threaded environments, which could cause authentication to fail sporadically.

Update dependency versions to address "Anonymous caller" authentication
errors that occur intermittently when accessing GCS.

Changes:
- google-auth-library-credentials: 0.18.0 -> 1.23.0
- google-auth-library-oauth2-http: 0.18.0 -> 1.23.0
- google-http-client: 1.24.1 -> 1.44.1
- google-http-client-jackson2: 1.24.1 -> 1.44.1
- google-oauth-client: 1.22.0 -> 1.35.0
- google-cloud-core: 1.94.0 -> 1.96.0
- google-cloud-storage: 1.101.0 -> 1.118.1
- google-cloud-nio: 0.119.0-alpha -> 0.124.8

The old google-auth-library (0.18.0 from 2019) had known issues with
token refresh in multi-threaded environments, which could cause
authentication to fail sporadically.
@katsuyan katsuyan closed this Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant