tencentcloud-sdk-python-ccc 3.1.95__tar.gz → 3.1.108__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/tencentcloud/ccc/v20200210/models.py +120 -40
  5. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ccc-3.1.108/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ccc-3.1.95/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/tencentcloud/ccc/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/tencentcloud/ccc/v20200210/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
  13. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/tencentcloud/ccc/v20200210/ccc_client_async.py +0 -0
  14. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ccc-3.1.95 → tencentcloud_sdk_python_ccc-3.1.108}/tencentcloud_sdk_python_ccc.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ccc
3
- Version: 3.1.95
3
+ Version: 3.1.108
4
4
  Summary: Tencent Cloud Ccc 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.95
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.108
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-ccc',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.95,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.108,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ccc SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.95'
17
+ __version__ = '3.1.108'
@@ -11126,9 +11126,9 @@ class DescribePredictiveDialingCampaignRequest(AbstractModel):
11126
11126
 
11127
11127
  def __init__(self):
11128
11128
  r"""
11129
- :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
11129
+ :param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
11130
11130
  :type SdkAppId: int
11131
- :param _CampaignId: 任务 ID
11131
+ :param _CampaignId: <p>任务 ID</p>
11132
11132
  :type CampaignId: int
11133
11133
  """
11134
11134
  self._SdkAppId = None
@@ -11136,7 +11136,7 @@ class DescribePredictiveDialingCampaignRequest(AbstractModel):
11136
11136
 
11137
11137
  @property
11138
11138
  def SdkAppId(self):
11139
- r"""应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
11139
+ r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
11140
11140
  :rtype: int
11141
11141
  """
11142
11142
  return self._SdkAppId
@@ -11147,7 +11147,7 @@ class DescribePredictiveDialingCampaignRequest(AbstractModel):
11147
11147
 
11148
11148
  @property
11149
11149
  def CampaignId(self):
11150
- r"""任务 ID
11150
+ r"""<p>任务 ID</p>
11151
11151
  :rtype: int
11152
11152
  """
11153
11153
  return self._CampaignId
@@ -11177,28 +11177,36 @@ class DescribePredictiveDialingCampaignResponse(AbstractModel):
11177
11177
 
11178
11178
  def __init__(self):
11179
11179
  r"""
11180
- :param _CampaignId: 任务 ID
11180
+ :param _CampaignId: <p>任务 ID</p>
11181
11181
  :type CampaignId: int
11182
- :param _Name: 任务名称
11182
+ :param _Name: <p>任务名称</p>
11183
11183
  :type Name: str
11184
- :param _CallOrder: 被叫呼叫顺序 0 随机 1 顺序
11184
+ :param _CallOrder: <p>被叫呼叫顺序 0 随机 1 顺序</p>
11185
11185
  :type CallOrder: int
11186
- :param _SkillGroupId: 使用的座席技能组 ID
11186
+ :param _SkillGroupId: <p>使用的座席技能组 ID</p>
11187
11187
  :type SkillGroupId: int
11188
- :param _IVRId: 指定的 IVR ID
11188
+ :param _IVRId: <p>指定的 IVR ID</p>
11189
11189
  :type IVRId: int
11190
- :param _Priority: 相同应用内多个任务运行优先级,从高到底 1 - 5
11190
+ :param _Priority: <p>相同应用内多个任务运行优先级,从高到底 1 - 5</p>
11191
11191
  :type Priority: int
11192
- :param _ExpectedAbandonRate: 预期呼损率,百分比,5 - 50
11192
+ :param _ExpectedAbandonRate: <p>预期呼损率,百分比,5 - 50</p>
11193
11193
  :type ExpectedAbandonRate: int
11194
- :param _RetryTimes: 呼叫重试次数,0 - 2
11194
+ :param _RetryTimes: <p>呼叫重试次数,0 - 2</p>
11195
11195
  :type RetryTimes: int
11196
- :param _RetryInterval: 呼叫重试间隔时间,单位秒,60 - 86400
11196
+ :param _RetryInterval: <p>呼叫重试间隔时间,单位秒,60 - 86400</p>
11197
11197
  :type RetryInterval: int
11198
- :param _StartTime: 任务启动时间,Unix 时间戳,到此时间后会自动启动任务
11198
+ :param _StartTime: <p>任务启动时间,Unix 时间戳,到此时间后会自动启动任务</p>
11199
11199
  :type StartTime: int
11200
- :param _EndTime: 任务结束时间,Unix 时间戳,到此时间后会自动终止任务
11200
+ :param _EndTime: <p>任务结束时间,Unix 时间戳,到此时间后会自动终止任务</p>
11201
11201
  :type EndTime: int
11202
+ :param _Variables: <p>自定义变量</p>
11203
+ :type Variables: list of Variable
11204
+ :param _UUI: <p>UUI</p>
11205
+ :type UUI: str
11206
+ :param _Status: <p>任务状态</p><p>枚举值:</p><ul><li>0: 待开始 </li><li>1: 进行中</li><li>2: 已暂停</li><li>3: 已终止</li><li>4: 已完成</li></ul>
11207
+ :type Status: int
11208
+ :param _StatusReason: <p>任务状态原因 0 正常 1 手动结束 2 超时结束</p>
11209
+ :type StatusReason: int
11202
11210
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11203
11211
  :type RequestId: str
11204
11212
  """
@@ -11213,11 +11221,15 @@ class DescribePredictiveDialingCampaignResponse(AbstractModel):
11213
11221
  self._RetryInterval = None
11214
11222
  self._StartTime = None
11215
11223
  self._EndTime = None
11224
+ self._Variables = None
11225
+ self._UUI = None
11226
+ self._Status = None
11227
+ self._StatusReason = None
11216
11228
  self._RequestId = None
11217
11229
 
11218
11230
  @property
11219
11231
  def CampaignId(self):
11220
- r"""任务 ID
11232
+ r"""<p>任务 ID</p>
11221
11233
  :rtype: int
11222
11234
  """
11223
11235
  return self._CampaignId
@@ -11228,7 +11240,7 @@ class DescribePredictiveDialingCampaignResponse(AbstractModel):
11228
11240
 
11229
11241
  @property
11230
11242
  def Name(self):
11231
- r"""任务名称
11243
+ r"""<p>任务名称</p>
11232
11244
  :rtype: str
11233
11245
  """
11234
11246
  return self._Name
@@ -11239,7 +11251,7 @@ class DescribePredictiveDialingCampaignResponse(AbstractModel):
11239
11251
 
11240
11252
  @property
11241
11253
  def CallOrder(self):
11242
- r"""被叫呼叫顺序 0 随机 1 顺序
11254
+ r"""<p>被叫呼叫顺序 0 随机 1 顺序</p>
11243
11255
  :rtype: int
11244
11256
  """
11245
11257
  return self._CallOrder
@@ -11250,7 +11262,7 @@ class DescribePredictiveDialingCampaignResponse(AbstractModel):
11250
11262
 
11251
11263
  @property
11252
11264
  def SkillGroupId(self):
11253
- r"""使用的座席技能组 ID
11265
+ r"""<p>使用的座席技能组 ID</p>
11254
11266
  :rtype: int
11255
11267
  """
11256
11268
  return self._SkillGroupId
@@ -11261,7 +11273,7 @@ class DescribePredictiveDialingCampaignResponse(AbstractModel):
11261
11273
 
11262
11274
  @property
11263
11275
  def IVRId(self):
11264
- r"""指定的 IVR ID
11276
+ r"""<p>指定的 IVR ID</p>
11265
11277
  :rtype: int
11266
11278
  """
11267
11279
  return self._IVRId
@@ -11272,7 +11284,7 @@ class DescribePredictiveDialingCampaignResponse(AbstractModel):
11272
11284
 
11273
11285
  @property
11274
11286
  def Priority(self):
11275
- r"""相同应用内多个任务运行优先级,从高到底 1 - 5
11287
+ r"""<p>相同应用内多个任务运行优先级,从高到底 1 - 5</p>
11276
11288
  :rtype: int
11277
11289
  """
11278
11290
  return self._Priority
@@ -11283,7 +11295,7 @@ class DescribePredictiveDialingCampaignResponse(AbstractModel):
11283
11295
 
11284
11296
  @property
11285
11297
  def ExpectedAbandonRate(self):
11286
- r"""预期呼损率,百分比,5 - 50
11298
+ r"""<p>预期呼损率,百分比,5 - 50</p>
11287
11299
  :rtype: int
11288
11300
  """
11289
11301
  return self._ExpectedAbandonRate
@@ -11294,7 +11306,7 @@ class DescribePredictiveDialingCampaignResponse(AbstractModel):
11294
11306
 
11295
11307
  @property
11296
11308
  def RetryTimes(self):
11297
- r"""呼叫重试次数,0 - 2
11309
+ r"""<p>呼叫重试次数,0 - 2</p>
11298
11310
  :rtype: int
11299
11311
  """
11300
11312
  return self._RetryTimes
@@ -11305,7 +11317,7 @@ class DescribePredictiveDialingCampaignResponse(AbstractModel):
11305
11317
 
11306
11318
  @property
11307
11319
  def RetryInterval(self):
11308
- r"""呼叫重试间隔时间,单位秒,60 - 86400
11320
+ r"""<p>呼叫重试间隔时间,单位秒,60 - 86400</p>
11309
11321
  :rtype: int
11310
11322
  """
11311
11323
  return self._RetryInterval
@@ -11316,7 +11328,7 @@ class DescribePredictiveDialingCampaignResponse(AbstractModel):
11316
11328
 
11317
11329
  @property
11318
11330
  def StartTime(self):
11319
- r"""任务启动时间,Unix 时间戳,到此时间后会自动启动任务
11331
+ r"""<p>任务启动时间,Unix 时间戳,到此时间后会自动启动任务</p>
11320
11332
  :rtype: int
11321
11333
  """
11322
11334
  return self._StartTime
@@ -11327,7 +11339,7 @@ class DescribePredictiveDialingCampaignResponse(AbstractModel):
11327
11339
 
11328
11340
  @property
11329
11341
  def EndTime(self):
11330
- r"""任务结束时间,Unix 时间戳,到此时间后会自动终止任务
11342
+ r"""<p>任务结束时间,Unix 时间戳,到此时间后会自动终止任务</p>
11331
11343
  :rtype: int
11332
11344
  """
11333
11345
  return self._EndTime
@@ -11336,6 +11348,50 @@ class DescribePredictiveDialingCampaignResponse(AbstractModel):
11336
11348
  def EndTime(self, EndTime):
11337
11349
  self._EndTime = EndTime
11338
11350
 
11351
+ @property
11352
+ def Variables(self):
11353
+ r"""<p>自定义变量</p>
11354
+ :rtype: list of Variable
11355
+ """
11356
+ return self._Variables
11357
+
11358
+ @Variables.setter
11359
+ def Variables(self, Variables):
11360
+ self._Variables = Variables
11361
+
11362
+ @property
11363
+ def UUI(self):
11364
+ r"""<p>UUI</p>
11365
+ :rtype: str
11366
+ """
11367
+ return self._UUI
11368
+
11369
+ @UUI.setter
11370
+ def UUI(self, UUI):
11371
+ self._UUI = UUI
11372
+
11373
+ @property
11374
+ def Status(self):
11375
+ r"""<p>任务状态</p><p>枚举值:</p><ul><li>0: 待开始 </li><li>1: 进行中</li><li>2: 已暂停</li><li>3: 已终止</li><li>4: 已完成</li></ul>
11376
+ :rtype: int
11377
+ """
11378
+ return self._Status
11379
+
11380
+ @Status.setter
11381
+ def Status(self, Status):
11382
+ self._Status = Status
11383
+
11384
+ @property
11385
+ def StatusReason(self):
11386
+ r"""<p>任务状态原因 0 正常 1 手动结束 2 超时结束</p>
11387
+ :rtype: int
11388
+ """
11389
+ return self._StatusReason
11390
+
11391
+ @StatusReason.setter
11392
+ def StatusReason(self, StatusReason):
11393
+ self._StatusReason = StatusReason
11394
+
11339
11395
  @property
11340
11396
  def RequestId(self):
11341
11397
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -11360,6 +11416,15 @@ class DescribePredictiveDialingCampaignResponse(AbstractModel):
11360
11416
  self._RetryInterval = params.get("RetryInterval")
11361
11417
  self._StartTime = params.get("StartTime")
11362
11418
  self._EndTime = params.get("EndTime")
11419
+ if params.get("Variables") is not None:
11420
+ self._Variables = []
11421
+ for item in params.get("Variables"):
11422
+ obj = Variable()
11423
+ obj._deserialize(item)
11424
+ self._Variables.append(obj)
11425
+ self._UUI = params.get("UUI")
11426
+ self._Status = params.get("Status")
11427
+ self._StatusReason = params.get("StatusReason")
11363
11428
  self._RequestId = params.get("RequestId")
11364
11429
 
11365
11430
 
@@ -11511,26 +11576,29 @@ class DescribePredictiveDialingCampaignsRequest(AbstractModel):
11511
11576
 
11512
11577
  def __init__(self):
11513
11578
  r"""
11514
- :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
11579
+ :param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
11515
11580
  :type SdkAppId: int
11516
- :param _PageSize: 分页尺寸,最大为 100
11581
+ :param _PageSize: <p>分页尺寸,最大为 100</p>
11517
11582
  :type PageSize: int
11518
- :param _PageNumber: 分页页码,从 0 开始
11583
+ :param _PageNumber: <p>分页页码,从 0 开始</p>
11519
11584
  :type PageNumber: int
11520
- :param _Name: 查询任务列表名称关键字
11585
+ :param _Name: <p>查询任务列表名称关键字</p>
11521
11586
  :type Name: str
11522
- :param _SkillGroupId: 查询任务列表技能组 ID
11587
+ :param _SkillGroupId: <p>查询任务列表技能组 ID</p>
11523
11588
  :type SkillGroupId: int
11589
+ :param _CampaignId: <p>任务 ID</p>
11590
+ :type CampaignId: int
11524
11591
  """
11525
11592
  self._SdkAppId = None
11526
11593
  self._PageSize = None
11527
11594
  self._PageNumber = None
11528
11595
  self._Name = None
11529
11596
  self._SkillGroupId = None
11597
+ self._CampaignId = None
11530
11598
 
11531
11599
  @property
11532
11600
  def SdkAppId(self):
11533
- r"""应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
11601
+ r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
11534
11602
  :rtype: int
11535
11603
  """
11536
11604
  return self._SdkAppId
@@ -11541,7 +11609,7 @@ class DescribePredictiveDialingCampaignsRequest(AbstractModel):
11541
11609
 
11542
11610
  @property
11543
11611
  def PageSize(self):
11544
- r"""分页尺寸,最大为 100
11612
+ r"""<p>分页尺寸,最大为 100</p>
11545
11613
  :rtype: int
11546
11614
  """
11547
11615
  return self._PageSize
@@ -11552,7 +11620,7 @@ class DescribePredictiveDialingCampaignsRequest(AbstractModel):
11552
11620
 
11553
11621
  @property
11554
11622
  def PageNumber(self):
11555
- r"""分页页码,从 0 开始
11623
+ r"""<p>分页页码,从 0 开始</p>
11556
11624
  :rtype: int
11557
11625
  """
11558
11626
  return self._PageNumber
@@ -11563,7 +11631,7 @@ class DescribePredictiveDialingCampaignsRequest(AbstractModel):
11563
11631
 
11564
11632
  @property
11565
11633
  def Name(self):
11566
- r"""查询任务列表名称关键字
11634
+ r"""<p>查询任务列表名称关键字</p>
11567
11635
  :rtype: str
11568
11636
  """
11569
11637
  return self._Name
@@ -11574,7 +11642,7 @@ class DescribePredictiveDialingCampaignsRequest(AbstractModel):
11574
11642
 
11575
11643
  @property
11576
11644
  def SkillGroupId(self):
11577
- r"""查询任务列表技能组 ID
11645
+ r"""<p>查询任务列表技能组 ID</p>
11578
11646
  :rtype: int
11579
11647
  """
11580
11648
  return self._SkillGroupId
@@ -11583,6 +11651,17 @@ class DescribePredictiveDialingCampaignsRequest(AbstractModel):
11583
11651
  def SkillGroupId(self, SkillGroupId):
11584
11652
  self._SkillGroupId = SkillGroupId
11585
11653
 
11654
+ @property
11655
+ def CampaignId(self):
11656
+ r"""<p>任务 ID</p>
11657
+ :rtype: int
11658
+ """
11659
+ return self._CampaignId
11660
+
11661
+ @CampaignId.setter
11662
+ def CampaignId(self, CampaignId):
11663
+ self._CampaignId = CampaignId
11664
+
11586
11665
 
11587
11666
  def _deserialize(self, params):
11588
11667
  self._SdkAppId = params.get("SdkAppId")
@@ -11590,6 +11669,7 @@ class DescribePredictiveDialingCampaignsRequest(AbstractModel):
11590
11669
  self._PageNumber = params.get("PageNumber")
11591
11670
  self._Name = params.get("Name")
11592
11671
  self._SkillGroupId = params.get("SkillGroupId")
11672
+ self._CampaignId = params.get("CampaignId")
11593
11673
  memeber_set = set(params.keys())
11594
11674
  for name, value in vars(self).items():
11595
11675
  property_name = name[1:]
@@ -11607,9 +11687,9 @@ class DescribePredictiveDialingCampaignsResponse(AbstractModel):
11607
11687
 
11608
11688
  def __init__(self):
11609
11689
  r"""
11610
- :param _TotalCount: 数据总量
11690
+ :param _TotalCount: <p>数据总量</p>
11611
11691
  :type TotalCount: int
11612
- :param _CampaignList: 数据
11692
+ :param _CampaignList: <p>数据</p>
11613
11693
  :type CampaignList: list of DescribePredictiveDialingCampaignsElement
11614
11694
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11615
11695
  :type RequestId: str
@@ -11620,7 +11700,7 @@ class DescribePredictiveDialingCampaignsResponse(AbstractModel):
11620
11700
 
11621
11701
  @property
11622
11702
  def TotalCount(self):
11623
- r"""数据总量
11703
+ r"""<p>数据总量</p>
11624
11704
  :rtype: int
11625
11705
  """
11626
11706
  return self._TotalCount
@@ -11631,7 +11711,7 @@ class DescribePredictiveDialingCampaignsResponse(AbstractModel):
11631
11711
 
11632
11712
  @property
11633
11713
  def CampaignList(self):
11634
- r"""数据
11714
+ r"""<p>数据</p>
11635
11715
  :rtype: list of DescribePredictiveDialingCampaignsElement
11636
11716
  """
11637
11717
  return self._CampaignList
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ccc
3
- Version: 3.1.95
3
+ Version: 3.1.108
4
4
  Summary: Tencent Cloud Ccc 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.95
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.108
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.108
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.95