Skip to content

Commit 2d451e6

Browse files
Annhiluccopybara-github
authored andcommitted
chore: Update Interactions base client initialization
PiperOrigin-RevId: 846436594
1 parent f16142b commit 2d451e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/genai/_interactions/_base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@ async def patch(
17981798
options: RequestOptions = {},
17991799
) -> ResponseT:
18001800
opts = FinalRequestOptions.construct(
1801-
method="patch", url=path, json_data=body, files=to_httpx_files(files), **options
1801+
method="patch", url=path, json_data=body, files=await async_to_httpx_files(files), **options
18021802
)
18031803
return await self.request(cast_to, opts)
18041804

0 commit comments

Comments
 (0)