From b54921b4310547bd541cc3d9c4f4afc5f14688ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:22:47 +0000 Subject: [PATCH] deps(deps): update lark-oapi requirement from >=1.0.0 to >=1.6.8 Updates the requirements on [lark-oapi](https://github.com/larksuite/oapi-sdk-python) to permit the latest version. - [Commits](https://github.com/larksuite/oapi-sdk-python/compare/v1.0.11...v1.6.8) --- updated-dependencies: - dependency-name: lark-oapi dependency-version: 1.6.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b3e14d7..9371584 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ openai>=2.40.0 websockets>=16.0 # 飞书 Bot SDK -lark-oapi>=1.0.0 +lark-oapi>=1.6.8 # HTTP 客户端(用于 QQ 和 Telegram 文件上传) httpx>=0.28.1