Skip to content

Commit d3c9837

Browse files
fix: added invoke options parameter (#10)
* fix: added invoke options parameter * ci: update test versions * ci: remove 3.10
1 parent 8bb90d5 commit d3c9837

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest]
9-
python-version: [3.6, 3.7, 3.8, 3.9]
9+
python-version: [3.9, 3.11]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/checkout@v2

orq_ai_sdk/api_resources/async_deployments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ async def invoke(
390390
prefix_messages=None,
391391
messages=None,
392392
extra_params=None,
393+
invoke_options=None,
393394
):
394395
"""
395396
Invokes a deployment with the specified key using the async HTTP client.

0 commit comments

Comments
 (0)