From 0c7f1f2d1227e6ef7ba74b107165e99ced4eb623 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Sun, 4 Jan 2026 13:41:11 +0800 Subject: [PATCH] chore: fix python 3.14 installation issue and bump to 0.72 Signed-off-by: Richard Chien --- CHANGELOG.md | 4 ++++ docs/en/reference/kimi-info.md | 2 +- docs/en/release-notes/changelog.md | 4 ++++ docs/zh/reference/kimi-info.md | 2 +- docs/zh/release-notes/changelog.md | 4 ++++ packages/kosong/CHANGELOG.md | 3 +++ packages/kosong/pyproject.toml | 2 +- pyproject.toml | 4 ++-- uv.lock | 4 ++-- 9 files changed, 22 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 228082a3..ed8e0d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ Only write entries that are worth mentioning to users. ## Unreleased +## 0.72 (2026-01-04) + +- Python: Fix installation on Python 3.14. + ## 0.71 (2026-01-04) - ACP: Route file reads/writes and shell commands through ACP clients for synced edits/output diff --git a/docs/en/reference/kimi-info.md b/docs/en/reference/kimi-info.md index d1050099..e9edbc66 100644 --- a/docs/en/reference/kimi-info.md +++ b/docs/en/reference/kimi-info.md @@ -37,5 +37,5 @@ python version: 3.14.0 ```sh $ kimi info --json -{"kimi_cli_version": "0.70", "agent_spec_versions": ["1"], "wire_protocol_version": "1", "python_version": "3.13.1"} +{"kimi_cli_version": "0.71", "agent_spec_versions": ["1"], "wire_protocol_version": "1", "python_version": "3.13.1"} ``` diff --git a/docs/en/release-notes/changelog.md b/docs/en/release-notes/changelog.md index 866ba36e..e5d9d00b 100644 --- a/docs/en/release-notes/changelog.md +++ b/docs/en/release-notes/changelog.md @@ -5,6 +5,10 @@ This page documents the changes in each Kimi CLI release. ## Unreleased +## 0.72 (2026-01-04) + +- Python: Fix installation on Python 3.14. + ## 0.71 (2026-01-04) - ACP: Route file reads/writes and shell commands through ACP clients for synced edits/output diff --git a/docs/zh/reference/kimi-info.md b/docs/zh/reference/kimi-info.md index d89d316a..12d9f832 100644 --- a/docs/zh/reference/kimi-info.md +++ b/docs/zh/reference/kimi-info.md @@ -37,5 +37,5 @@ python version: 3.14.0 ```sh $ kimi info --json -{"kimi_cli_version": "0.70", "agent_spec_versions": ["1"], "wire_protocol_version": "1", "python_version": "3.13.1"} +{"kimi_cli_version": "0.71", "agent_spec_versions": ["1"], "wire_protocol_version": "1", "python_version": "3.13.1"} ``` diff --git a/docs/zh/release-notes/changelog.md b/docs/zh/release-notes/changelog.md index 2dafc386..27773cd8 100644 --- a/docs/zh/release-notes/changelog.md +++ b/docs/zh/release-notes/changelog.md @@ -2,6 +2,10 @@ 本页面记录 Kimi CLI 各版本的变更内容。 +## 0.72 (2026-01-04) + +- Python:修复在 Python 3.14 上的安装问题 + ## 0.71 (2026-01-04) - ACP:通过 ACP 客户端路由文件读写和 Shell 命令,实现同步编辑/输出 diff --git a/packages/kosong/CHANGELOG.md b/packages/kosong/CHANGELOG.md index fa54dcff..30a016bf 100644 --- a/packages/kosong/CHANGELOG.md +++ b/packages/kosong/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] +## [0.36.1] - 2026-01-04 + +- Relax `loguru` lower bound. ## [0.36.0] - 2025-12-31 diff --git a/packages/kosong/pyproject.toml b/packages/kosong/pyproject.toml index 1d6f3403..5489a099 100644 --- a/packages/kosong/pyproject.toml +++ b/packages/kosong/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kosong" -version = "0.36.0" +version = "0.36.1" description = "The LLM abstraction layer for modern AI agent applications." readme = "README.md" requires-python = ">=3.12" diff --git a/pyproject.toml b/pyproject.toml index 3753b79c..a66ebd05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kimi-cli" -version = "0.71" +version = "0.72" description = "Kimi CLI is your next CLI agent." readme = "README.md" requires-python = ">=3.12" @@ -9,7 +9,7 @@ dependencies = [ "aiofiles==25.1.0", "aiohttp==3.13.2", "typer==0.21.0", - "kosong[contrib]==0.36.0", + "kosong[contrib]==0.36.1", # loguru stays >=0.6.0 because notify-py (via batrachian-toad) caps it at <=0.6.0 on 3.14+. "loguru>=0.6.0,<0.8", "prompt-toolkit==3.0.52", diff --git a/uv.lock b/uv.lock index 60a07e20..7b401ca2 100644 --- a/uv.lock +++ b/uv.lock @@ -1102,7 +1102,7 @@ wheels = [ [[package]] name = "kimi-cli" -version = "0.71" +version = "0.72" source = { editable = "." } dependencies = [ { name = "agent-client-protocol" }, @@ -1178,7 +1178,7 @@ dev = [ [[package]] name = "kosong" -version = "0.36.0" +version = "0.36.1" source = { editable = "packages/kosong" } dependencies = [ { name = "anthropic" },