potiuk commented on issue #39491:
URL: https://github.com/apache/airflow/issues/39491#issuecomment-2100626524
cc: @VladaZakharova - maybe your team could take a look at that one:
Here is a comment from provider.yaml
```
# When upgrading the major version of gcloud-aio-auth we want to make sure
to
# 1. use at least version 5.2, which uses offset-aware datetime internally
# 2. override Token's new `refresh` method instead of
`acquire_access_token`, which allows us to avoid
# dealing with internals like `access_token_acquired_at`
# 3. continue to `subclass gcloud.aio.auth.token.Token` instead of
`BaseToken`, since instances of
# `_CredentialsToken` are instances of `Token` and used as such
- gcloud-aio-auth>=4.0.0,<5.0.0
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]