Skip to content

Commit 9f094d6

Browse files
committed
feat: release bk-plugin-runtime 2.0.7
1 parent 2b3f70e commit 9f094d6

2 files changed

Lines changed: 5 additions & 5 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.6"
13+
__version__ = "2.0.7"

runtime/bk-plugin-runtime/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "bk-plugin-runtime"
3-
version = "2.0.6"
3+
version = "2.0.7"
44
description = "bk plugin python django runtime"
55
authors = ["Your Name <you@example.com>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = "^3.6.1,<4.0"
10-
redis = ">=2.10.5,<4"
10+
redis = ">=2.10.5,<6"
1111
Django = ">=2.2.6,<5"
1212
gunicorn = ">=19.6.0"
1313
djangorestframework = "^3.12.4"
@@ -16,8 +16,8 @@ raven = "^6.5.0"
1616
ddtrace = "^0.14.1"
1717
django-cors-headers = "^3.8.0"
1818
django-dbconn-retry = "^0.1.5"
19-
blueapps = {version = "4.5.0", extras = ["opentelemetry"]}
20-
protobuf="3.19.4"
19+
blueapps = {version = ">=4.5.0, <5.0", extras = ["opentelemetry"]}
20+
protobuf=">=3.19.4,<4.0"
2121
celery = "^4.4.0"
2222
django-celery-beat = "^2.0.0"
2323
django-celery-results = "^1.2.1"

0 commit comments

Comments
 (0)