mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-05-19 08:09:57 +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 = {},
|
options: RequestOptions = {},
|
||||||
) -> ResponseT:
|
) -> ResponseT:
|
||||||
opts = FinalRequestOptions.construct(
|
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)
|
return await self.request(cast_to, opts)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue