diff --git a/poetry.lock b/poetry.lock
index db5ea8851..11440434f 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -3014,6 +3014,50 @@ type = "legacy"
 url = "https://pypi.tuna.tsinghua.edu.cn/simple"
 reference = "tsinghua"
 
+[[package]]
+name = "huaweicloudsdkcore"
+version = "3.1.52"
+description = "HuaweiCloud SDK Python Core"
+optional = false
+python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*"
+files = [
+    {file = "huaweicloudsdkcore-3.1.52-py2.py3-none-any.whl", hash = "sha256:1c8abc831e4f28460c41fcf46112e6fc7b38035b639d9899b04b8753d8bc835d"},
+]
+
+[package.dependencies]
+PyYAML = ">=5.4.1"
+requests = "*"
+requests-toolbelt = ">=0.10.1"
+simplejson = ">=3.18.0"
+six = ">=1.16.0"
+typing-extensions = "*"
+
+[package.extras]
+python-version-2-7- = ["certifi (>=2022.12.7)", "configparser (>=4.0.2)", "futures (>=3.3.0)"]
+
+[package.source]
+type = "legacy"
+url = "https://pypi.tuna.tsinghua.edu.cn/simple"
+reference = "tsinghua"
+
+[[package]]
+name = "huaweicloudsdkecs"
+version = "3.1.52"
+description = "ECS"
+optional = false
+python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*"
+files = [
+    {file = "huaweicloudsdkecs-3.1.52-py2.py3-none-any.whl", hash = "sha256:39631ec15082b438c10dbc310619cea5cd71319ac95caf9989666193fd456de3"},
+]
+
+[package.dependencies]
+huaweicloudsdkcore = ">=3.1.52"
+
+[package.source]
+type = "legacy"
+url = "https://pypi.tuna.tsinghua.edu.cn/simple"
+reference = "tsinghua"
+
 [[package]]
 name = "humanize"
 version = "4.7.0"
@@ -5994,6 +6038,25 @@ type = "legacy"
 url = "https://pypi.tuna.tsinghua.edu.cn/simple"
 reference = "tsinghua"
 
+[[package]]
+name = "requests-toolbelt"
+version = "1.0.0"
+description = "A utility belt for advanced users of python-requests"
+optional = false
+python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
+files = [
+    {file = "requests-toolbelt-1.0.0.tar.gz", hash = "sha256:7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6"},
+    {file = "requests_toolbelt-1.0.0-py2.py3-none-any.whl", hash = "sha256:cccfdd665f0a24fcf4726e690f65639d272bb0637b9b92dfd91a5568ccf6bd06"},
+]
+
+[package.dependencies]
+requests = ">=2.0.1,<3.0.0"
+
+[package.source]
+type = "legacy"
+url = "https://pypi.tuna.tsinghua.edu.cn/simple"
+reference = "tsinghua"
+
 [[package]]
 name = "resolvelib"
 version = "0.8.1"
@@ -7175,4 +7238,4 @@ reference = "tsinghua"
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.11"
-content-hash = "0b6107439bac42ee20efd101c5b033857124c63c534eacaa5f03e93c581e2422"
+content-hash = "acdb324e0081968235e843be40803734f3ab814de44c90c4367fa0ef0801759d"
diff --git a/pyproject.toml b/pyproject.toml
index 860e65003..069fd91a4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -175,6 +175,8 @@ psycopg2-binary = "2.9.6"
 pymssql = "2.2.8"
 psycopg2 = "2.9.6"
 ucloud-sdk-python3 = "0.11.50"
+huaweicloudsdkecs = "3.1.52"
+huaweicloudsdkcore = "3.1.52"
 
 [[tool.poetry.source]]
 name = "tsinghua"