Skip to content

Commit 93ef7d0

Browse files
Annhiluccopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 846436594
1 parent f16142b commit 93ef7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)