Skip to content

Commit 5a5afe0

Browse files
committed
minor: runtime release V2.1.2
1 parent 178066f commit 5a5afe0

4 files changed

Lines changed: 4 additions & 3 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.1.1"
13+
__version__ = "2.1.2"

runtime/bk-plugin-runtime/bk_plugin_runtime/config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,6 @@ def logging_addition_settings(logging_dict):
254254
BK_APIGW_CORS_ALLOW_HEADERS = os.getenv("BK_APIGW_CORS_ALLOW_HEADERS", "")
255255
BK_APIGW_DEFAULT_TIMEOUT = int(os.getenv("BK_APIGW_DEFAULT_TIMEOUT", "60"))
256256
BK_APIGW_GRANTED_APPS = [BK_APP_CODE] + [
257-
each.strip() for each in os.getenv("BK_APIGW_GRANTED_APPS", "").split(",")
257+
each.strip() for each in os.getenv("BK_APIGW_GRANTED_APPS", "").split(",")
258258
if each.strip()
259259
]

runtime/bk-plugin-runtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bk-plugin-runtime"
3-
version = "2.1.1"
3+
version = "2.1.2"
44
description = "bk plugin python django runtime"
55
authors = ["Your Name <you@example.com>"]
66
license = "MIT"

template/{{cookiecutter.project_name}}/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
bk-plugin-framework==2.2.9
44
# opentelemetry
55
celery-prometheus-exporter==1.7.0
6+
celery>=4.4.0,<5.0.0 # Explicit celery version constraint to resolve pip 25.x dependency conflict
67
opentelemetry-api==1.25.0
78
opentelemetry-exporter-jaeger==1.21.0
89
opentelemetry-exporter-jaeger-proto-grpc==1.21.0

0 commit comments

Comments
 (0)