Skip to content

Commit

Permalink
chore: upgrade future version (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Han-Ya-Jun committed Apr 8, 2024
1 parent 0af99bb commit 7b433e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions sdks/apigw-manager/CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change logs

### 3.0.2
- 更新依赖 future 版本

### 3.0.1
- 修复指令 fetch_esb_public_key 指令参数问题

Expand Down
4 changes: 2 additions & 2 deletions sdks/apigw-manager/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "apigw-manager"
version = "3.0.1"
version = "3.0.2"
description = "The SDK for managing blueking gateway resource."
readme = "README.md"
authors = ["blueking <blueking@tencent.com>"]
Expand All @@ -18,7 +18,7 @@ Repository = "https://github.com/TencentBlueKing/bkpaas-python-sdk/"
python = "^3.6.1"
setuptools = ">=21.0.0"
urllib3 = ">=1.25.3"
future = "0.18.2"
future = ">=0.18.2"
pyyaml = ">=5.4.1"
bkapi-client-core = ">=1.2.0"
bkapi-bk-apigateway = "^1.0.11"
Expand Down

0 comments on commit 7b433e2

Please sign in to comment.