Skip to content

Commit 3a4cb10

Browse files
author
潘婉宁
committed
fix: request options body
1 parent 5a2fc8b commit 3a4cb10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

volcenginesdkarkruntime/_request_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class ExtraRequestOptions(TypedDict, total=False):
5454
class RequestOptions(BaseModel):
5555
method: str
5656
url: str
57+
body: Union[object, None] = {}
5758
params: Query = {}
5859
headers: Union[Headers, NotGiven] = NotGiven()
5960
max_retries: Union[int, NotGiven] = NotGiven()

0 commit comments

Comments
 (0)