We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e13f91 commit 5534d80Copy full SHA for 5534d80
1 file changed
bk-plugin-framework/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "bk-plugin-framework"
3
-version = "2.2.13"
+version = "2.2.14"
4
description = "bk plugin python framework"
5
authors = ["Your Name <you@example.com>"]
6
license = "MIT"
@@ -10,7 +10,7 @@ python = "^3.6.1,<4.0"
10
pydantic = ">=1.0,<3"
11
werkzeug = ">=2.0.0, <4.0"
12
apigw-manager = {version = ">=1.0.6, <4", extras = ["extra"]}
13
-bk-plugin-runtime = "2.0.11"
+bk-plugin-runtime = "2.0.12"
14
jsonschema = ">=2.5.0,<5.0.0"
15
16
[tool.poetry.dev-dependencies]
0 commit comments