Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit f880c72

Browse files
committed
address feedback
1 parent f52378b commit f880c72

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

google/api_core/operations_v1/transports/rest_asyncio.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
import re
1919
from typing import Callable, Dict, Optional, Sequence, Tuple, Union
2020

21-
from requests import __version__ as requests_version
22-
21+
from google.auth import __version__ as auth_version
2322
try:
2423
import google.auth.aio.transport
2524
except ImportError as e: # pragma: NO COVER
@@ -46,7 +45,7 @@
4645
DEFAULT_CLIENT_INFO = gapic_v1.client_info.ClientInfo(
4746
gapic_version=BASE_DEFAULT_CLIENT_INFO.gapic_version,
4847
grpc_version=None,
49-
rest_version=requests_version,
48+
rest_version=auth_version,
5049
)
5150

5251

0 commit comments

Comments
 (0)