Skip to content

Commit

Permalink
chore: merge release/2.160.3 into main (#1782)
Browse files Browse the repository at this point in the history
Co-authored-by: @baptiste33 <[email protected]>
Co-authored-by: Clément Bussière <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Nicolas Hervé <[email protected]>
Co-authored-by: Nicolas Hervé <[email protected]>
  • Loading branch information
6 people authored Oct 1, 2024
1 parent 3a607ea commit 6a9b516
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[project]
name = "kili"
version = "2.160.2"
version = "2.160.3"
description = "Python client for Kili Technology labeling tool"
readme = "README.md"
authors = [{ name = "Kili Technology", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion src/kili/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Kili Python SDK."""

__version__ = "2.160.2"
__version__ = "2.160.3"
1 change: 1 addition & 0 deletions src/kili/llm/services/export/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def export( # pylint: disable=too-many-arguments, too-many-locals
project_id, asset_filter, project["jsonInterface"]
)
if input_type == "LLM_INSTR_FOLLOWING":
asset_filter.status_in = ["LABELED", "REVIEWED", "TO_REVIEW"]
return LLMDynamicExporter(kili_api_gateway, disable_tqdm).export(
asset_filter, project["jsonInterface"]
)
Expand Down

0 comments on commit 6a9b516

Please sign in to comment.