From ca2a1186e98a297409727f214c45e136187ff169 Mon Sep 17 00:00:00 2001 From: Xinkai Yi Date: Thu, 22 Jan 2026 16:07:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E4=B8=AD=E7=9A=84=20bk-plugin-framework?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=BA=202.3.4=20--story=3D130029514?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/{{cookiecutter.project_name}}/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/{{cookiecutter.project_name}}/requirements.txt b/template/{{cookiecutter.project_name}}/requirements.txt index f901575..f2fee58 100644 --- a/template/{{cookiecutter.project_name}}/requirements.txt +++ b/template/{{cookiecutter.project_name}}/requirements.txt @@ -1,6 +1,6 @@ # base # DO NOT DELETE ANY PACKAGE IN base SECTION !!! -bk-plugin-framework==2.2.9 +bk-plugin-framework==2.3.4 # opentelemetry celery-prometheus-exporter==1.7.0 opentelemetry-api==1.25.0