Skip to content

Commit b076eae

Browse files
committed
feat: release bk-plugin-runtime 2.0.9
1 parent 799fb75 commit b076eae

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

runtime/bk-plugin-runtime/bk_plugin_runtime/__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.0.7"
13+
__version__ = "2.0.9"

runtime/bk-plugin-runtime/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/bk-plugin-runtime/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-runtime"
3-
version = "2.0.8"
3+
version = "2.0.9"
44
description = "bk plugin python django runtime"
55
authors = ["Your Name <you@example.com>"]
66
license = "MIT"
@@ -17,7 +17,7 @@ raven = "^6.5.0"
1717
ddtrace = "^0.14.1"
1818
django-cors-headers = "^3.8.0"
1919
django-dbconn-retry = "^0.1.5"
20-
blueapps = {version = ">=4.5.0, <5.0", extras = ["opentelemetry"]}
20+
blueapps = {version = ">=4.15.1, <5.0", extras = ["opentelemetry"]}
2121
protobuf=">=3.19.4,<4.0"
2222
celery = "^4.4.0"
2323
django-celery-beat = "^2.0.0"

0 commit comments

Comments
 (0)