We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2dfca9 commit 5848a10Copy full SHA for 5848a10
1 file changed
bk-plugin-framework/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "bk-plugin-framework"
3
-version = "2.3.3"
+version = "2.3.4rc1"
4
description = "bk plugin python framework"
5
authors = ["Your Name <you@example.com>"]
6
license = "MIT"
@@ -10,7 +10,7 @@ python = "^3.8.0,<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.1.2"
+bk-plugin-runtime = "2.1.3rc1"
14
jsonschema = ">=2.5.0,<5.0.0"
15
16
[tool.poetry.dev-dependencies]
0 commit comments