Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade future version #160

Merged
merged 2 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>"]
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
Loading