Skip to content

Commit

Permalink
feat: bk-plugin-framework 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Sep 27, 2024
1 parent 8768349 commit 799fb75
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 29 deletions.
65 changes: 38 additions & 27 deletions bk-plugin-framework/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bk-plugin-framework/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bk-plugin-framework"
version = "2.2.6"
version = "2.2.7"
description = "bk plugin python framework"
authors = ["Your Name <you@example.com>"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ python = "^3.6.1,<4.0"
pydantic = ">=1.0,<3"
werkzeug = ">=2.0.0, <4.0"
apigw-manager = {version = ">=1.0.6, <4", extras = ["extra"]}
bk-plugin-runtime = "2.0.7"
bk-plugin-runtime = "2.0.8"
jsonschema = ">=2.5.0,<5.0.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 799fb75

Please sign in to comment.