This is an automated email from the ASF dual-hosted git repository.
utkarsharma pushed a change to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d53cdda996 Update to latest pre-commit (#40529)
add 7df4f5aa21 Fix typing in telegram provider (#40255)
add 12df2efed4 Working fix for typing in telegram provider (#40258)
add 55dec66f3d Introduce anonymous credentials in GCP base hook (#39695)
add 790c98fce6 Fix credentials intialization revealed by mypy version of
google auth (#40108)
add 77b0c9ca9f Fix mypy problems in new waeviate client (#40330)
No new revisions were added by this update.
Summary of changes:
.../hooks/vertex_ai/hyperparameter_tuning_job.py | 2 +-
.../google/cloud/utils/credentials_provider.py | 90 +++++++++++++---------
.../providers/google/common/hooks/base_google.py | 16 ++--
.../google/common/utils/id_token_credentials.py | 2 +-
airflow/providers/telegram/hooks/telegram.py | 7 +-
airflow/providers/weaviate/hooks/weaviate.py | 4 +-
.../cloud/utils/test_credentials_provider.py | 12 +--
.../google/common/hooks/test_base_google.py | 32 ++++++--
tests/providers/telegram/hooks/test_telegram.py | 14 ++--
9 files changed, 112 insertions(+), 67 deletions(-)