Skip to content

Commit 1e7ba61

Browse files
committed
fix: add kwargs to post
1 parent 885d72c commit 1e7ba61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docarray/array/mixins/post.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def post(
8282
show_progress=show_progress,
8383
request_size=batch_size,
8484
parameters=parameters,
85+
**kwargs,
8586
)
8687
else:
8788
raise ValueError(f'unsupported scheme: {r.scheme}')

0 commit comments

Comments
 (0)