Skip to content

Commit 4dc3d9b

Browse files
committed
feat: release bk-plugin-framework 2.2.9
1 parent c5915ae commit 4dc3d9b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

bk-plugin-framework/bk_plugin_framework/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
specific language governing permissions and limitations under the License.
1111
"""
1212

13-
__version__ = "2.2.8"
13+
__version__ = "2.2.9"

bk-plugin-framework/poetry.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.

bk-plugin-framework/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bk-plugin-framework"
3-
version = "2.2.8"
3+
version = "2.2.9"
44
description = "bk plugin python framework"
55
authors = ["Your Name <you@example.com>"]
66
license = "MIT"
@@ -10,7 +10,7 @@ python = "^3.6.1,<4.0"
1010
pydantic = ">=1.0,<3"
1111
werkzeug = ">=2.0.0, <4.0"
1212
apigw-manager = {version = ">=1.0.6, <4", extras = ["extra"]}
13-
bk-plugin-runtime = "2.0.9"
13+
bk-plugin-runtime = "2.0.10"
1414
jsonschema = ">=2.5.0,<5.0.0"
1515

1616
[tool.poetry.dev-dependencies]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# base
22
# DO NOT DELETE ANY PACKAGE IN base SECTION !!!
3-
bk-plugin-framework==2.2.8
3+
bk-plugin-framework==2.2.9
44
# opentelemetry
55
celery-prometheus-exporter==1.7.0
66
# add your custom requirements below this line

0 commit comments

Comments
 (0)