Skip to content

Commit f905b6d

Browse files
committed
Update SDK.
1 parent 01f8729 commit f905b6d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

yuqing-20220301/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-12-03 Version: 1.2.5
2+
- Update SDK.
3+
14
2024-11-26 Version: 1.2.4
25
- Update API QueryProductInstanceList: update response param.
36

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.4'
1+
__version__ = '1.2.5'

yuqing-20220301/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"""
2525
setup module for alibabacloud_yuqing20220301.
2626
27-
Created on 26/11/2024
27+
Created on 03/12/2025
2828
2929
@author: Alibaba Cloud SDK
3030
"""
@@ -38,9 +38,9 @@
3838
VERSION = __import__(PACKAGE).__version__
3939
REQUIRES = [
4040
"alibabacloud_tea_util>=0.3.13, <1.0.0",
41-
"alibabacloud_tea_openapi>=0.3.12, <1.0.0",
41+
"alibabacloud_tea_openapi>=0.3.16, <1.0.0",
4242
"alibabacloud_openapi_util>=0.2.2, <1.0.0",
43-
"alibabacloud_endpoint_util>=0.0.3, <1.0.0"
43+
"alibabacloud_endpoint_util>=0.0.4, <1.0.0"
4444
]
4545

4646
LONG_DESCRIPTION = ''

0 commit comments

Comments
 (0)