Skip to content

Commit

Permalink
feature: 升级 blueapps 版本 (closed #1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
CohleRustW authored and ZhuoZhuoCrayon committed Jul 20, 2023
1 parent 777c77b commit 9e90623
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions blueking/component/apis/bk_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ def __init__(self, client):
path="/api/c/compapi{bk_api_ver}/bk_login/get_batch_user_platform_role/",
description="获取多个用户在平台应用的角色",
)
self.is_login = ComponentAPI(
client=self.client,
method="GET",
path="/api/c/compapi{bk_api_ver}/bk_login/is_login/",
description="判断用户是否登录",
)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# 运行时依赖安装
wheel==0.37.0

blueapps[opentelemetry]==4.4.7
blueapps[opentelemetry]==4.7.0

Django==3.2.4

Expand Down

0 comments on commit 9e90623

Please sign in to comment.