Skip to content

Commit 5e01b61

Browse files
fix: Adding wait_for_completion in group update (#185)
## Description Adding `wait_for_completion` when updating groups
1 parent 785b819 commit 5e01b61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cohere_compass/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ class GroupAuthorizationInput(BaseModel):
5252
document_ids: list[str]
5353
authorized_groups: list[str]
5454
action: GroupAuthorizationActions
55+
wait_for_completion: bool = False

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cohere-compass-sdk"
3-
version = "2.5.0"
3+
version = "2.5.1"
44
authors = []
55
description = "Cohere Compass SDK"
66
readme = "README.md"

0 commit comments

Comments
 (0)