Skip to content

Commit 6a9b516

Browse files
github-actions[bot]baptiste-olivierBlueGrizzliBeargithub-actionsHNicolas
authored
chore: merge release/2.160.3 into main (#1782)
Co-authored-by: @baptiste33 <baptiste@kili-technology.com> Co-authored-by: Clément Bussière <clement.bussiere@kili-technology.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Nicolas Hervé <nicolas.herve.pessac@gmail.com> Co-authored-by: Nicolas Hervé <nicolas.herve@kili-technology.com>
1 parent 3a607ea commit 6a9b516

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
33

44
[project]
55
name = "kili"
6-
version = "2.160.2"
6+
version = "2.160.3"
77
description = "Python client for Kili Technology labeling tool"
88
readme = "README.md"
99
authors = [{ name = "Kili Technology", email = "contact@kili-technology.com" }]

src/kili/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Kili Python SDK."""
22

3-
__version__ = "2.160.2"
3+
__version__ = "2.160.3"

src/kili/llm/services/export/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def export( # pylint: disable=too-many-arguments, too-many-locals
2525
project_id, asset_filter, project["jsonInterface"]
2626
)
2727
if input_type == "LLM_INSTR_FOLLOWING":
28+
asset_filter.status_in = ["LABELED", "REVIEWED", "TO_REVIEW"]
2829
return LLMDynamicExporter(kili_api_gateway, disable_tqdm).export(
2930
asset_filter, project["jsonInterface"]
3031
)

0 commit comments

Comments
 (0)