Skip to content

Commit ad5d5a1

Browse files
release 3.1.62.1
1 parent 341aee1 commit ad5d5a1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

SERVICE_CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release 3.1.61.1
1+
# Release 3.1.62.1
22

33
## Agent 沙箱服务(ags) 版本:2025-09-20
44

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude = ["tccli/examples"]
77

88
[project]
99
name = "tccli"
10-
version = "3.1.61.1"
10+
version = "3.1.62.1"
1111
authors = [
1212
{ name="tencentcloudapi", email="tencentcloudapi@tencent.com" },
1313
]
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"jmespath==0.10.0",
2626
"six==1.16.0",
27-
"tencentcloud-sdk-python>=3.1.61",
27+
"tencentcloud-sdk-python>=3.1.62",
2828
]
2929

3030
[project.urls]

tccli/__init__.py

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

0 commit comments

Comments
 (0)