tencentcloud-sdk-python-tdai 3.1.18__tar.gz → 3.1.50__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/setup.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/tencentcloud/tdai/v20250717/models.py +159 -14
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/tencentcloud_sdk_python_tdai.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tdai-3.1.50/tencentcloud_sdk_python_tdai.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tdai-3.1.18/tencentcloud_sdk_python_tdai.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/README.rst +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/tencentcloud/tdai/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/tencentcloud/tdai/v20250717/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/tencentcloud/tdai/v20250717/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/tencentcloud/tdai/v20250717/tdai_client.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/tencentcloud/tdai/v20250717/tdai_client_async.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/tencentcloud_sdk_python_tdai.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/tencentcloud_sdk_python_tdai.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.18 → tencentcloud_sdk_python_tdai-3.1.50}/tencentcloud_sdk_python_tdai.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tdai
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.50
|
|
4
4
|
Summary: Tencent Cloud Tdai SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.50
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-tdai',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.50,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tdai SDK for Python',
|
|
@@ -31,6 +31,8 @@ class Agent(AbstractModel):
|
|
|
31
31
|
:type AgentName: str
|
|
32
32
|
:param _AgentInternalName: 智能体类型
|
|
33
33
|
:type AgentInternalName: str
|
|
34
|
+
:param _DeployPlace: 架构:共享版-intranet,企业版-userVpc
|
|
35
|
+
:type DeployPlace: str
|
|
34
36
|
:param _AgentStatus: 智能体状态
|
|
35
37
|
:type AgentStatus: str
|
|
36
38
|
:param _DefaultVersion: 默认版本
|
|
@@ -51,6 +53,7 @@ class Agent(AbstractModel):
|
|
|
51
53
|
self._AgentId = None
|
|
52
54
|
self._AgentName = None
|
|
53
55
|
self._AgentInternalName = None
|
|
56
|
+
self._DeployPlace = None
|
|
54
57
|
self._AgentStatus = None
|
|
55
58
|
self._DefaultVersion = None
|
|
56
59
|
self._AgentType = None
|
|
@@ -93,6 +96,17 @@ class Agent(AbstractModel):
|
|
|
93
96
|
def AgentInternalName(self, AgentInternalName):
|
|
94
97
|
self._AgentInternalName = AgentInternalName
|
|
95
98
|
|
|
99
|
+
@property
|
|
100
|
+
def DeployPlace(self):
|
|
101
|
+
r"""架构:共享版-intranet,企业版-userVpc
|
|
102
|
+
:rtype: str
|
|
103
|
+
"""
|
|
104
|
+
return self._DeployPlace
|
|
105
|
+
|
|
106
|
+
@DeployPlace.setter
|
|
107
|
+
def DeployPlace(self, DeployPlace):
|
|
108
|
+
self._DeployPlace = DeployPlace
|
|
109
|
+
|
|
96
110
|
@property
|
|
97
111
|
def AgentStatus(self):
|
|
98
112
|
r"""智能体状态
|
|
@@ -186,6 +200,7 @@ class Agent(AbstractModel):
|
|
|
186
200
|
self._AgentId = params.get("AgentId")
|
|
187
201
|
self._AgentName = params.get("AgentName")
|
|
188
202
|
self._AgentInternalName = params.get("AgentInternalName")
|
|
203
|
+
self._DeployPlace = params.get("DeployPlace")
|
|
189
204
|
self._AgentStatus = params.get("AgentStatus")
|
|
190
205
|
self._DefaultVersion = params.get("DefaultVersion")
|
|
191
206
|
self._AgentType = params.get("AgentType")
|
|
@@ -972,15 +987,15 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
972
987
|
|
|
973
988
|
def __init__(self):
|
|
974
989
|
r"""
|
|
975
|
-
:param _AgentId:
|
|
990
|
+
:param _AgentId: <p>智能体ID</p>
|
|
976
991
|
:type AgentId: str
|
|
977
|
-
:param _AgentVersion:
|
|
992
|
+
:param _AgentVersion: <p>智能体版本</p>
|
|
978
993
|
:type AgentVersion: str
|
|
979
|
-
:param _InstanceName:
|
|
994
|
+
:param _InstanceName: <p>实例名</p>
|
|
980
995
|
:type InstanceName: str
|
|
981
|
-
:param _Parameters:
|
|
996
|
+
:param _Parameters: <p>智能体实例的参数列表</p>
|
|
982
997
|
:type Parameters: list of Parameter
|
|
983
|
-
:param _Tags:
|
|
998
|
+
:param _Tags: <p>资源的标签信息</p>
|
|
984
999
|
:type Tags: list of TagItem
|
|
985
1000
|
"""
|
|
986
1001
|
self._AgentId = None
|
|
@@ -991,7 +1006,7 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
991
1006
|
|
|
992
1007
|
@property
|
|
993
1008
|
def AgentId(self):
|
|
994
|
-
r"""
|
|
1009
|
+
r"""<p>智能体ID</p>
|
|
995
1010
|
:rtype: str
|
|
996
1011
|
"""
|
|
997
1012
|
return self._AgentId
|
|
@@ -1002,7 +1017,7 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1002
1017
|
|
|
1003
1018
|
@property
|
|
1004
1019
|
def AgentVersion(self):
|
|
1005
|
-
r"""
|
|
1020
|
+
r"""<p>智能体版本</p>
|
|
1006
1021
|
:rtype: str
|
|
1007
1022
|
"""
|
|
1008
1023
|
return self._AgentVersion
|
|
@@ -1013,7 +1028,7 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1013
1028
|
|
|
1014
1029
|
@property
|
|
1015
1030
|
def InstanceName(self):
|
|
1016
|
-
r"""
|
|
1031
|
+
r"""<p>实例名</p>
|
|
1017
1032
|
:rtype: str
|
|
1018
1033
|
"""
|
|
1019
1034
|
return self._InstanceName
|
|
@@ -1024,7 +1039,7 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1024
1039
|
|
|
1025
1040
|
@property
|
|
1026
1041
|
def Parameters(self):
|
|
1027
|
-
r"""
|
|
1042
|
+
r"""<p>智能体实例的参数列表</p>
|
|
1028
1043
|
:rtype: list of Parameter
|
|
1029
1044
|
"""
|
|
1030
1045
|
return self._Parameters
|
|
@@ -1035,7 +1050,7 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1035
1050
|
|
|
1036
1051
|
@property
|
|
1037
1052
|
def Tags(self):
|
|
1038
|
-
r"""
|
|
1053
|
+
r"""<p>资源的标签信息</p>
|
|
1039
1054
|
:rtype: list of TagItem
|
|
1040
1055
|
"""
|
|
1041
1056
|
return self._Tags
|
|
@@ -1078,9 +1093,9 @@ class CreateAgentInstanceResponse(AbstractModel):
|
|
|
1078
1093
|
|
|
1079
1094
|
def __init__(self):
|
|
1080
1095
|
r"""
|
|
1081
|
-
:param _InstanceId:
|
|
1096
|
+
:param _InstanceId: <p>智能体实例ID</p>
|
|
1082
1097
|
:type InstanceId: str
|
|
1083
|
-
:param _InstanceName:
|
|
1098
|
+
:param _InstanceName: <p>智能体实例名称</p>
|
|
1084
1099
|
:type InstanceName: str
|
|
1085
1100
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1086
1101
|
:type RequestId: str
|
|
@@ -1091,7 +1106,7 @@ class CreateAgentInstanceResponse(AbstractModel):
|
|
|
1091
1106
|
|
|
1092
1107
|
@property
|
|
1093
1108
|
def InstanceId(self):
|
|
1094
|
-
r"""
|
|
1109
|
+
r"""<p>智能体实例ID</p>
|
|
1095
1110
|
:rtype: str
|
|
1096
1111
|
"""
|
|
1097
1112
|
return self._InstanceId
|
|
@@ -1102,7 +1117,7 @@ class CreateAgentInstanceResponse(AbstractModel):
|
|
|
1102
1117
|
|
|
1103
1118
|
@property
|
|
1104
1119
|
def InstanceName(self):
|
|
1105
|
-
r"""
|
|
1120
|
+
r"""<p>智能体实例名称</p>
|
|
1106
1121
|
:rtype: str
|
|
1107
1122
|
"""
|
|
1108
1123
|
return self._InstanceName
|
|
@@ -1494,13 +1509,53 @@ class DescribeAgentDutyTasksRequest(AbstractModel):
|
|
|
1494
1509
|
|
|
1495
1510
|
def __init__(self):
|
|
1496
1511
|
r"""
|
|
1512
|
+
:param _InstanceId: agent实例ID
|
|
1513
|
+
:type InstanceId: str
|
|
1514
|
+
:param _ChatId: 会话ID
|
|
1515
|
+
:type ChatId: str
|
|
1497
1516
|
:param _Offset: 查询开始位置
|
|
1498
1517
|
:type Offset: int
|
|
1499
1518
|
:param _Limit: 列表查询数量
|
|
1500
1519
|
:type Limit: int
|
|
1520
|
+
:param _StartTime: 任务启动时间
|
|
1521
|
+
:type StartTime: str
|
|
1522
|
+
:param _EndTime: 任务结束时间
|
|
1523
|
+
:type EndTime: str
|
|
1524
|
+
:param _AgentTaskType: 任务类型
|
|
1525
|
+
:type AgentTaskType: str
|
|
1526
|
+
:param _Parameters: 业务参数
|
|
1527
|
+
:type Parameters: list of Parameter
|
|
1501
1528
|
"""
|
|
1529
|
+
self._InstanceId = None
|
|
1530
|
+
self._ChatId = None
|
|
1502
1531
|
self._Offset = None
|
|
1503
1532
|
self._Limit = None
|
|
1533
|
+
self._StartTime = None
|
|
1534
|
+
self._EndTime = None
|
|
1535
|
+
self._AgentTaskType = None
|
|
1536
|
+
self._Parameters = None
|
|
1537
|
+
|
|
1538
|
+
@property
|
|
1539
|
+
def InstanceId(self):
|
|
1540
|
+
r"""agent实例ID
|
|
1541
|
+
:rtype: str
|
|
1542
|
+
"""
|
|
1543
|
+
return self._InstanceId
|
|
1544
|
+
|
|
1545
|
+
@InstanceId.setter
|
|
1546
|
+
def InstanceId(self, InstanceId):
|
|
1547
|
+
self._InstanceId = InstanceId
|
|
1548
|
+
|
|
1549
|
+
@property
|
|
1550
|
+
def ChatId(self):
|
|
1551
|
+
r"""会话ID
|
|
1552
|
+
:rtype: str
|
|
1553
|
+
"""
|
|
1554
|
+
return self._ChatId
|
|
1555
|
+
|
|
1556
|
+
@ChatId.setter
|
|
1557
|
+
def ChatId(self, ChatId):
|
|
1558
|
+
self._ChatId = ChatId
|
|
1504
1559
|
|
|
1505
1560
|
@property
|
|
1506
1561
|
def Offset(self):
|
|
@@ -1524,10 +1579,65 @@ class DescribeAgentDutyTasksRequest(AbstractModel):
|
|
|
1524
1579
|
def Limit(self, Limit):
|
|
1525
1580
|
self._Limit = Limit
|
|
1526
1581
|
|
|
1582
|
+
@property
|
|
1583
|
+
def StartTime(self):
|
|
1584
|
+
r"""任务启动时间
|
|
1585
|
+
:rtype: str
|
|
1586
|
+
"""
|
|
1587
|
+
return self._StartTime
|
|
1588
|
+
|
|
1589
|
+
@StartTime.setter
|
|
1590
|
+
def StartTime(self, StartTime):
|
|
1591
|
+
self._StartTime = StartTime
|
|
1592
|
+
|
|
1593
|
+
@property
|
|
1594
|
+
def EndTime(self):
|
|
1595
|
+
r"""任务结束时间
|
|
1596
|
+
:rtype: str
|
|
1597
|
+
"""
|
|
1598
|
+
return self._EndTime
|
|
1599
|
+
|
|
1600
|
+
@EndTime.setter
|
|
1601
|
+
def EndTime(self, EndTime):
|
|
1602
|
+
self._EndTime = EndTime
|
|
1603
|
+
|
|
1604
|
+
@property
|
|
1605
|
+
def AgentTaskType(self):
|
|
1606
|
+
r"""任务类型
|
|
1607
|
+
:rtype: str
|
|
1608
|
+
"""
|
|
1609
|
+
return self._AgentTaskType
|
|
1610
|
+
|
|
1611
|
+
@AgentTaskType.setter
|
|
1612
|
+
def AgentTaskType(self, AgentTaskType):
|
|
1613
|
+
self._AgentTaskType = AgentTaskType
|
|
1614
|
+
|
|
1615
|
+
@property
|
|
1616
|
+
def Parameters(self):
|
|
1617
|
+
r"""业务参数
|
|
1618
|
+
:rtype: list of Parameter
|
|
1619
|
+
"""
|
|
1620
|
+
return self._Parameters
|
|
1621
|
+
|
|
1622
|
+
@Parameters.setter
|
|
1623
|
+
def Parameters(self, Parameters):
|
|
1624
|
+
self._Parameters = Parameters
|
|
1625
|
+
|
|
1527
1626
|
|
|
1528
1627
|
def _deserialize(self, params):
|
|
1628
|
+
self._InstanceId = params.get("InstanceId")
|
|
1629
|
+
self._ChatId = params.get("ChatId")
|
|
1529
1630
|
self._Offset = params.get("Offset")
|
|
1530
1631
|
self._Limit = params.get("Limit")
|
|
1632
|
+
self._StartTime = params.get("StartTime")
|
|
1633
|
+
self._EndTime = params.get("EndTime")
|
|
1634
|
+
self._AgentTaskType = params.get("AgentTaskType")
|
|
1635
|
+
if params.get("Parameters") is not None:
|
|
1636
|
+
self._Parameters = []
|
|
1637
|
+
for item in params.get("Parameters"):
|
|
1638
|
+
obj = Parameter()
|
|
1639
|
+
obj._deserialize(item)
|
|
1640
|
+
self._Parameters.append(obj)
|
|
1531
1641
|
memeber_set = set(params.keys())
|
|
1532
1642
|
for name, value in vars(self).items():
|
|
1533
1643
|
property_name = name[1:]
|
|
@@ -1547,10 +1657,13 @@ class DescribeAgentDutyTasksResponse(AbstractModel):
|
|
|
1547
1657
|
r"""
|
|
1548
1658
|
:param _TotalCount: 查询结果总数量
|
|
1549
1659
|
:type TotalCount: int
|
|
1660
|
+
:param _DutyTasks: 任务详细信息
|
|
1661
|
+
:type DutyTasks: list of AgentDutyTask
|
|
1550
1662
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1551
1663
|
:type RequestId: str
|
|
1552
1664
|
"""
|
|
1553
1665
|
self._TotalCount = None
|
|
1666
|
+
self._DutyTasks = None
|
|
1554
1667
|
self._RequestId = None
|
|
1555
1668
|
|
|
1556
1669
|
@property
|
|
@@ -1564,6 +1677,17 @@ class DescribeAgentDutyTasksResponse(AbstractModel):
|
|
|
1564
1677
|
def TotalCount(self, TotalCount):
|
|
1565
1678
|
self._TotalCount = TotalCount
|
|
1566
1679
|
|
|
1680
|
+
@property
|
|
1681
|
+
def DutyTasks(self):
|
|
1682
|
+
r"""任务详细信息
|
|
1683
|
+
:rtype: list of AgentDutyTask
|
|
1684
|
+
"""
|
|
1685
|
+
return self._DutyTasks
|
|
1686
|
+
|
|
1687
|
+
@DutyTasks.setter
|
|
1688
|
+
def DutyTasks(self, DutyTasks):
|
|
1689
|
+
self._DutyTasks = DutyTasks
|
|
1690
|
+
|
|
1567
1691
|
@property
|
|
1568
1692
|
def RequestId(self):
|
|
1569
1693
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1578,6 +1702,12 @@ class DescribeAgentDutyTasksResponse(AbstractModel):
|
|
|
1578
1702
|
|
|
1579
1703
|
def _deserialize(self, params):
|
|
1580
1704
|
self._TotalCount = params.get("TotalCount")
|
|
1705
|
+
if params.get("DutyTasks") is not None:
|
|
1706
|
+
self._DutyTasks = []
|
|
1707
|
+
for item in params.get("DutyTasks"):
|
|
1708
|
+
obj = AgentDutyTask()
|
|
1709
|
+
obj._deserialize(item)
|
|
1710
|
+
self._DutyTasks.append(obj)
|
|
1581
1711
|
self._RequestId = params.get("RequestId")
|
|
1582
1712
|
|
|
1583
1713
|
|
|
@@ -1905,6 +2035,8 @@ class DescribeAgentsRequest(AbstractModel):
|
|
|
1905
2035
|
:type AgentInternalName: str
|
|
1906
2036
|
:param _AgentStatus: 智能体状态,为空时查询所有,如果填写则会根据AgentStatus筛选
|
|
1907
2037
|
:type AgentStatus: str
|
|
2038
|
+
:param _DeployPlace: 架构,共享版-intranet,企业版-userVpc
|
|
2039
|
+
:type DeployPlace: str
|
|
1908
2040
|
"""
|
|
1909
2041
|
self._Offset = None
|
|
1910
2042
|
self._Limit = None
|
|
@@ -1912,6 +2044,7 @@ class DescribeAgentsRequest(AbstractModel):
|
|
|
1912
2044
|
self._AgentName = None
|
|
1913
2045
|
self._AgentInternalName = None
|
|
1914
2046
|
self._AgentStatus = None
|
|
2047
|
+
self._DeployPlace = None
|
|
1915
2048
|
|
|
1916
2049
|
@property
|
|
1917
2050
|
def Offset(self):
|
|
@@ -1979,6 +2112,17 @@ class DescribeAgentsRequest(AbstractModel):
|
|
|
1979
2112
|
def AgentStatus(self, AgentStatus):
|
|
1980
2113
|
self._AgentStatus = AgentStatus
|
|
1981
2114
|
|
|
2115
|
+
@property
|
|
2116
|
+
def DeployPlace(self):
|
|
2117
|
+
r"""架构,共享版-intranet,企业版-userVpc
|
|
2118
|
+
:rtype: str
|
|
2119
|
+
"""
|
|
2120
|
+
return self._DeployPlace
|
|
2121
|
+
|
|
2122
|
+
@DeployPlace.setter
|
|
2123
|
+
def DeployPlace(self, DeployPlace):
|
|
2124
|
+
self._DeployPlace = DeployPlace
|
|
2125
|
+
|
|
1982
2126
|
|
|
1983
2127
|
def _deserialize(self, params):
|
|
1984
2128
|
self._Offset = params.get("Offset")
|
|
@@ -1987,6 +2131,7 @@ class DescribeAgentsRequest(AbstractModel):
|
|
|
1987
2131
|
self._AgentName = params.get("AgentName")
|
|
1988
2132
|
self._AgentInternalName = params.get("AgentInternalName")
|
|
1989
2133
|
self._AgentStatus = params.get("AgentStatus")
|
|
2134
|
+
self._DeployPlace = params.get("DeployPlace")
|
|
1990
2135
|
memeber_set = set(params.keys())
|
|
1991
2136
|
for name, value in vars(self).items():
|
|
1992
2137
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tdai
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.50
|
|
4
4
|
Summary: Tencent Cloud Tdai SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.50
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.50
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.18
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|