From 8e59f0c2ebdc30fa867e932b086767295e8dfe81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 01:17:59 +0000 Subject: [PATCH] chore(deps): bump lark-channel-sdk Bumps the backend-minor-and-patch group in /backend with 1 update: [lark-channel-sdk](https://github.com/larksuite/channel-sdk-python). Updates `lark-channel-sdk` from 1.2.0 to 1.4.0 - [Release notes](https://github.com/larksuite/channel-sdk-python/releases) - [Commits](https://github.com/larksuite/channel-sdk-python/compare/v1.2.0...v1.4.0) --- updated-dependencies: - dependency-name: lark-channel-sdk dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-and-patch ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index af62215d0..5ccc011c4 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "cryptography>=42.0.0,<49.0.0", "fastapi>=0.111.0", "greenlet>=3.0.3", - "lark-channel-sdk==1.2.0", + "lark-channel-sdk==1.4.0", "httpx>=0.27.0", "openai>=1.40.0", "packaging>=24.0",