File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1036,7 +1036,7 @@ async def connect(
10361036 if requests is None :
10371037 raise ValueError ('The requests module is required to refresh google-auth credentials. Please install with `pip install google-auth[requests]`' )
10381038 auth_req = requests .Request () # type: ignore
1039- creds .refresh (auth_req )
1039+ creds .refresh (auth_req ) # type: ignore[no-untyped-call]
10401040 bearer_token = creds .token
10411041
10421042 original_headers = self ._api_client ._http_options .headers
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
2626]
2727dependencies = [
2828 " anyio>=4.8.0, <5.0.0" ,
29- " google-auth[requests]>=2.46 .0, <3.0.0" ,
29+ " google-auth[requests]>=2.47 .0, <3.0.0" ,
3030 " httpx>=0.28.1, <1.0.0" ,
3131 " pydantic>=2.9.0, <3.0.0" ,
3232 " requests>=2.28.1, <3.0.0" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ charset-normalizer==3.4.0
77coverage == 7.6.9
88distro == 1.9.0
99httpx == 0.28.1
10- google-auth == 2.45 .0
10+ google-auth == 2.47 .0
1111idna == 3.10
1212iniconfig == 2.0.0
1313packaging == 24.2
You can’t perform that action at this time.
0 commit comments