mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-05-17 04:12:43 +00:00
chore(internal): codegen related update
This commit is contained in:
parent
4956096a33
commit
9fa8fed284
1 changed files with 1 additions and 1 deletions
|
|
@ -1774,7 +1774,7 @@ class AsyncAPIClient(BaseClient[httpx.AsyncClient, AsyncStream[Any]]):
|
|||
options: RequestOptions = {},
|
||||
) -> ResponseT:
|
||||
opts = FinalRequestOptions.construct(
|
||||
method="patch", url=path, json_data=body, files=to_httpx_files(files), **options
|
||||
method="patch", url=path, json_data=body, files=await async_to_httpx_files(files), **options
|
||||
)
|
||||
return await self.request(cast_to, opts)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue