Skip to content

Commit 133c294

Browse files
authored
feat(python): bump kimi-cli to 1.12, kosong to 0.42 (#95)
1 parent 784f01b commit 133c294

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

python/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
## Unreleased
55

6+
## 0.0.5 (2026-02-11)
7+
- Dependencies: Update kimi-cli to version 1.12
8+
69
## 0.0.4 (2026-02-10)
710
- Dependencies: Update kimi-cli to version 1.10, kosong to version 0.42
811
- API: Re-export `TurnEnd`, `ShellDisplayBlock`, `TodoDisplayItem`, and `SystemPromptTemplateError`

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kimi-agent-sdk"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "A Python SDK for Kimi Agent (Kimi CLI)."
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -19,7 +19,7 @@ classifiers = [
1919
"License :: OSI Approved :: Apache Software License",
2020
]
2121
dependencies = [
22-
"kimi-cli>=1.10.0,<1.11.0",
22+
"kimi-cli>=1.12.0,<1.13.0",
2323
"kosong>=0.42.0,<0.43.0",
2424
]
2525

python/uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)