Kili

Latest version: v2.169.2

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 43

2.165.0

What's Changed
* feat(LAB-3258): add system prompt to `create_conversation` by RuellePaul in https://github.com/kili-technology/kili-python-sdk/pull/1826
* fix(lab-3323): fix export for geosat projects by HNicolas in https://github.com/kili-technology/kili-python-sdk/pull/1827
* fix(sup-1998): only cast CategoryList once per job by HNicolas in https://github.com/kili-technology/kili-python-sdk/pull/1830
* feat(LAB-3098): dynamic llm export `completion` level classification by RuellePaul in https://github.com/kili-technology/kili-python-sdk/pull/1828
* fix(LAB-3326): creation of a new method to assign labelers to assets … by stchabi in https://github.com/kili-technology/kili-python-sdk/pull/1829
* feat: Add list events method by florianlega in https://github.com/kili-technology/kili-python-sdk/pull/1831
* feat: include exclude files in dataconnections by baptiste-olivier in https://github.com/kili-technology/kili-python-sdk/pull/1832
* fix: copy project by baptiste-olivier in https://github.com/kili-technology/kili-python-sdk/pull/1833
* fix(LAB-3326): creation of a new method to assign labelers to assets … by stchabi in https://github.com/kili-technology/kili-python-sdk/pull/1834


**Full Changelog**: https://github.com/kili-technology/kili-python-sdk/compare/2.164.0...2.165.0

2.164.0

What's Changed
* feat(LAB-3294): add `progress` in `update_properties_in_notification` by RuellePaul in https://github.com/kili-technology/kili-python-sdk/pull/1820


**Full Changelog**: https://github.com/kili-technology/kili-python-sdk/compare/2.163.0...2.164.0

2.163.0

What's Changed
* feat: expose complexity consumption by baptiste-olivier in https://github.com/kili-technology/kili-python-sdk/pull/1798
* feat: use the SDK to create tag to organization by baptiste-olivier in https://github.com/kili-technology/kili-python-sdk/pull/1810
* feat: remove status from `CreateLLMAsset` resolver by RuellePaul in https://github.com/kili-technology/kili-python-sdk/pull/1811
* feat: on LLM dynamic projects export annotations at different levels by FannyGaudin in https://github.com/kili-technology/kili-python-sdk/pull/1812

**Full Changelog**: https://github.com/kili-technology/kili-python-sdk/compare/2.162.2...2.163.0

2.162.2

What's Changed
* fix(LAB-3244): reorganized chat items depending on role (system, assistant, user) by baptiste-olivier in https://github.com/kili-technology/kili-python-sdk/pull/1814
* feat: llm export - customize filter by asset status by baptiste-olivier in https://github.com/kili-technology/kili-python-sdk/pull/1809
* fix(SUP-1982): add skip and auto-assign quality settings in copy_project by FannyGaudin in https://github.com/kili-technology/kili-python-sdk/pull/1815

**Full Changelog**: https://github.com/kili-technology/kili-python-sdk/compare/2.162.1...2.162.2

2.162.1

What's Changed
* fix(LAB-3228): fix dogfooding with system prompt export by aurelienlombard in https://github.com/kili-technology/kili-python-sdk/pull/1806
* chore: bump version to 2.162.1 by github-actions in https://github.com/kili-technology/kili-python-sdk/pull/1807


**Full Changelog**: https://github.com/kili-technology/kili-python-sdk/compare/2.162.0...2.162.1

2.162.0

What's Changed
* fix: allow floats and int for certain json metadata attribu… by BlueGrizzliBear in https://github.com/kili-technology/kili-python-sdk/pull/1766
* feat: aau i configure dogfooding projects models using the python by RuellePaul in https://github.com/kili-technology/kili-python-sdk/pull/1774
* feat: remove name from assetProjectModels query by HNicolas in https://github.com/kili-technology/kili-python-sdk/pull/1777
* feat: add `kili.llm.create_conversation` by RuellePaul in https://github.com/kili-technology/kili-python-sdk/pull/1775
* chore: merge release/2.160.2 into main by github-actions in https://github.com/kili-technology/kili-python-sdk/pull/1779
* feat: add label_type_in when exporting assets by florianlega in https://github.com/kili-technology/kili-python-sdk/pull/1776
* feat: add retry for 520, 521 and 522 errors by BlueGrizzliBear in https://github.com/kili-technology/kili-python-sdk/pull/1771
* chore: merge release/2.160.3 into main by github-actions in https://github.com/kili-technology/kili-python-sdk/pull/1782
* feat: filter labels when label_type_in is provided by florianlega in https://github.com/kili-technology/kili-python-sdk/pull/1783
* fix: replace openai dummy endpoint by dummy strings to avoid lychee fail by BlueGrizzliBear in https://github.com/kili-technology/kili-python-sdk/pull/1784
* chore: merge release/2.160.4 into main by github-actions in https://github.com/kili-technology/kili-python-sdk/pull/1786
* Remove assets in export without labels by florianlega in https://github.com/kili-technology/kili-python-sdk/pull/1787
* feat: Add possibility to filter on deleted projects for projects() and count_projects() by stchabi in https://github.com/kili-technology/kili-python-sdk/pull/1794
* feat: remove activated usage from user model by florianlega in https://github.com/kili-technology/kili-python-sdk/pull/1769
* feat: add includeSentBackLabels parameters for llm project by FannyGaudin in https://github.com/kili-technology/kili-python-sdk/pull/1770
* chore: add a way to disable or enable verify based on env variables by baptiste-olivier in https://github.com/kili-technology/kili-python-sdk/pull/1796
* feat: use a dedicated endpoint to check if external ids are in a project by baptiste-olivier in https://github.com/kili-technology/kili-python-sdk/pull/1797
* feat: Handle label type in for llm export by florianlega in https://github.com/kili-technology/kili-python-sdk/pull/1799
* fix: import with more than 100 external id by baptiste-olivier in https://github.com/kili-technology/kili-python-sdk/pull/1800
* fix: Avoid getting ROTATION_JOB not existing error when getting assets with SDK by stchabi in https://github.com/kili-technology/kili-python-sdk/pull/1801
* chore: bump version to 2.161.0 by RuellePaul in https://github.com/kili-technology/kili-python-sdk/pull/1792
* chore: bump version to 2.162.0 by github-actions in https://github.com/kili-technology/kili-python-sdk/pull/1804

New Contributors
* RuellePaul made their first contribution in https://github.com/kili-technology/kili-python-sdk/pull/1774
* stchabi made their first contribution in https://github.com/kili-technology/kili-python-sdk/pull/1794

**Full Changelog**: https://github.com/kili-technology/kili-python-sdk/compare/2.161.0...2.162.0

Page 2 of 43

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.