tencentcloud-sdk-python-ckafka 3.0.1482__tar.gz → 3.0.1490__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 (16) hide show
  1. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1490}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1490}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud/ckafka/v20190819/models.py +69 -62
  5. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ckafka-3.0.1490/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ckafka-3.0.1482/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1490}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1490}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud/ckafka/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud/ckafka/v20190819/ckafka_client.py +0 -0
  13. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud/ckafka/v20190819/errorcodes.py +0 -0
  14. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ckafka
3
- Version: 3.0.1482
3
+ Version: 3.0.1490
4
4
  Summary: Tencent Cloud Ckafka 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.0.1482
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1490
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-ckafka',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1482,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1490,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Ckafka SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1482'
17
+ __version__ = '3.0.1490'
@@ -6469,30 +6469,28 @@ class CreateRouteRequest(AbstractModel):
6469
6469
 
6470
6470
  def __init__(self):
6471
6471
  r"""
6472
- :param _InstanceId: ckafka集群实例id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
6472
+ :param _InstanceId: <p>ckafka集群实例id,可通过<a href="https://cloud.tencent.com/document/product/597/40835">DescribeInstances</a>接口获取</p>
6473
6473
  :type InstanceId: str
6474
- :param _VipType: 路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)
6474
+ :param _VipType: <p>路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)</p>
6475
6475
  :type VipType: int
6476
- :param _VpcId: vpc网络Id,当vipType为3时必填
6476
+ :param _VpcId: <p>vpc网络Id,当vipType为3时必填</p>
6477
6477
  :type VpcId: str
6478
- :param _SubnetId: vpc子网id,当vipType为3时必填
6478
+ :param _SubnetId: <p>vpc子网id,当vipType为3时必填</p>
6479
6479
  :type SubnetId: str
6480
- :param _AccessType: 访问类型:0-plaintext;1-sasl_plaintext;3-sasl_ssl; 4-sasl_scram_sha_256; 5-sasl_scram_sha_512 默认为0
6481
- vipType=3,支持 0,1,3,4,5
6482
- vipType=7,支持0,1,3
6483
- vipType=1,支持1,3
6484
-
6480
+ :param _AccessType: <p>访问类型:0-plaintext;1-sasl_plaintext;3-sasl_ssl; 4-sasl_scram_sha_256; 5-sasl_scram_sha_512 默认为0vipType=3,支持 0,1,3,4,5vipType=7,支持0,1,3vipType=1,支持1,3</p>
6485
6481
  :type AccessType: int
6486
- :param _AuthFlag: 是否需要权限管理,该字段已废弃
6482
+ :param _AuthFlag: <p>是否需要权限管理,该字段已废弃</p>
6487
6483
  :type AuthFlag: int
6488
- :param _CallerAppid: 调用方appId
6484
+ :param _CallerAppid: <p>调用方appId</p>
6489
6485
  :type CallerAppid: int
6490
- :param _PublicNetwork: 公网带宽,公网路由必传,且是3的倍数,无默认值
6486
+ :param _PublicNetwork: <p>公网带宽,公网路由必传,且是3的倍数,无默认值</p>
6491
6487
  :type PublicNetwork: int
6492
- :param _Ip: vip地址
6488
+ :param _Ip: <p>vip地址</p>
6493
6489
  :type Ip: str
6494
- :param _Note: 备注信息
6490
+ :param _Note: <p>备注信息</p>
6495
6491
  :type Note: str
6492
+ :param _SecurityGroupIds: <p>关联安全组有序列表</p>
6493
+ :type SecurityGroupIds: list of str
6496
6494
  """
6497
6495
  self._InstanceId = None
6498
6496
  self._VipType = None
@@ -6504,10 +6502,11 @@ vipType=1,支持1,3
6504
6502
  self._PublicNetwork = None
6505
6503
  self._Ip = None
6506
6504
  self._Note = None
6505
+ self._SecurityGroupIds = None
6507
6506
 
6508
6507
  @property
6509
6508
  def InstanceId(self):
6510
- r"""ckafka集群实例id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
6509
+ r"""<p>ckafka集群实例id,可通过<a href="https://cloud.tencent.com/document/product/597/40835">DescribeInstances</a>接口获取</p>
6511
6510
  :rtype: str
6512
6511
  """
6513
6512
  return self._InstanceId
@@ -6518,7 +6517,7 @@ vipType=1,支持1,3
6518
6517
 
6519
6518
  @property
6520
6519
  def VipType(self):
6521
- r"""路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)
6520
+ r"""<p>路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)</p>
6522
6521
  :rtype: int
6523
6522
  """
6524
6523
  return self._VipType
@@ -6529,7 +6528,7 @@ vipType=1,支持1,3
6529
6528
 
6530
6529
  @property
6531
6530
  def VpcId(self):
6532
- r"""vpc网络Id,当vipType为3时必填
6531
+ r"""<p>vpc网络Id,当vipType为3时必填</p>
6533
6532
  :rtype: str
6534
6533
  """
6535
6534
  return self._VpcId
@@ -6540,7 +6539,7 @@ vipType=1,支持1,3
6540
6539
 
6541
6540
  @property
6542
6541
  def SubnetId(self):
6543
- r"""vpc子网id,当vipType为3时必填
6542
+ r"""<p>vpc子网id,当vipType为3时必填</p>
6544
6543
  :rtype: str
6545
6544
  """
6546
6545
  return self._SubnetId
@@ -6551,11 +6550,7 @@ vipType=1,支持1,3
6551
6550
 
6552
6551
  @property
6553
6552
  def AccessType(self):
6554
- r"""访问类型:0-plaintext;1-sasl_plaintext;3-sasl_ssl; 4-sasl_scram_sha_256; 5-sasl_scram_sha_512 默认为0
6555
- vipType=3,支持 0,1,3,4,5
6556
- vipType=7,支持0,1,3
6557
- vipType=1,支持1,3
6558
-
6553
+ r"""<p>访问类型:0-plaintext;1-sasl_plaintext;3-sasl_ssl; 4-sasl_scram_sha_256; 5-sasl_scram_sha_512 默认为0vipType=3,支持 0,1,3,4,5vipType=7,支持0,1,3vipType=1,支持1,3</p>
6559
6554
  :rtype: int
6560
6555
  """
6561
6556
  return self._AccessType
@@ -6566,7 +6561,7 @@ vipType=1,支持1,3
6566
6561
 
6567
6562
  @property
6568
6563
  def AuthFlag(self):
6569
- r"""是否需要权限管理,该字段已废弃
6564
+ r"""<p>是否需要权限管理,该字段已废弃</p>
6570
6565
  :rtype: int
6571
6566
  """
6572
6567
  return self._AuthFlag
@@ -6577,7 +6572,7 @@ vipType=1,支持1,3
6577
6572
 
6578
6573
  @property
6579
6574
  def CallerAppid(self):
6580
- r"""调用方appId
6575
+ r"""<p>调用方appId</p>
6581
6576
  :rtype: int
6582
6577
  """
6583
6578
  return self._CallerAppid
@@ -6588,7 +6583,7 @@ vipType=1,支持1,3
6588
6583
 
6589
6584
  @property
6590
6585
  def PublicNetwork(self):
6591
- r"""公网带宽,公网路由必传,且是3的倍数,无默认值
6586
+ r"""<p>公网带宽,公网路由必传,且是3的倍数,无默认值</p>
6592
6587
  :rtype: int
6593
6588
  """
6594
6589
  return self._PublicNetwork
@@ -6599,7 +6594,7 @@ vipType=1,支持1,3
6599
6594
 
6600
6595
  @property
6601
6596
  def Ip(self):
6602
- r"""vip地址
6597
+ r"""<p>vip地址</p>
6603
6598
  :rtype: str
6604
6599
  """
6605
6600
  return self._Ip
@@ -6610,7 +6605,7 @@ vipType=1,支持1,3
6610
6605
 
6611
6606
  @property
6612
6607
  def Note(self):
6613
- r"""备注信息
6608
+ r"""<p>备注信息</p>
6614
6609
  :rtype: str
6615
6610
  """
6616
6611
  return self._Note
@@ -6619,6 +6614,17 @@ vipType=1,支持1,3
6619
6614
  def Note(self, Note):
6620
6615
  self._Note = Note
6621
6616
 
6617
+ @property
6618
+ def SecurityGroupIds(self):
6619
+ r"""<p>关联安全组有序列表</p>
6620
+ :rtype: list of str
6621
+ """
6622
+ return self._SecurityGroupIds
6623
+
6624
+ @SecurityGroupIds.setter
6625
+ def SecurityGroupIds(self, SecurityGroupIds):
6626
+ self._SecurityGroupIds = SecurityGroupIds
6627
+
6622
6628
 
6623
6629
  def _deserialize(self, params):
6624
6630
  self._InstanceId = params.get("InstanceId")
@@ -6631,6 +6637,7 @@ vipType=1,支持1,3
6631
6637
  self._PublicNetwork = params.get("PublicNetwork")
6632
6638
  self._Ip = params.get("Ip")
6633
6639
  self._Note = params.get("Note")
6640
+ self._SecurityGroupIds = params.get("SecurityGroupIds")
6634
6641
  memeber_set = set(params.keys())
6635
6642
  for name, value in vars(self).items():
6636
6643
  property_name = name[1:]
@@ -6648,7 +6655,7 @@ class CreateRouteResponse(AbstractModel):
6648
6655
 
6649
6656
  def __init__(self):
6650
6657
  r"""
6651
- :param _Result: 返回结果
6658
+ :param _Result: <p>返回结果</p>
6652
6659
  :type Result: :class:`tencentcloud.ckafka.v20190819.models.JgwOperateResponse`
6653
6660
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6654
6661
  :type RequestId: str
@@ -6658,7 +6665,7 @@ class CreateRouteResponse(AbstractModel):
6658
6665
 
6659
6666
  @property
6660
6667
  def Result(self):
6661
- r"""返回结果
6668
+ r"""<p>返回结果</p>
6662
6669
  :rtype: :class:`tencentcloud.ckafka.v20190819.models.JgwOperateResponse`
6663
6670
  """
6664
6671
  return self._Result
@@ -33082,37 +33089,37 @@ class ZoneResponse(AbstractModel):
33082
33089
 
33083
33090
  def __init__(self):
33084
33091
  r"""
33085
- :param _ZoneList: zone列表
33092
+ :param _ZoneList: <p>zone列表</p>
33086
33093
  :type ZoneList: list of ZoneInfo
33087
- :param _MaxBuyInstanceNum: 最大购买实例个数
33094
+ :param _MaxBuyInstanceNum: <p>最大购买实例个数</p>
33088
33095
  :type MaxBuyInstanceNum: int
33089
- :param _MaxBandwidth: 最大购买带宽 单位Mb/s
33096
+ :param _MaxBandwidth: <p>最大购买带宽 单位Mb/s</p>
33090
33097
  :type MaxBandwidth: int
33091
- :param _UnitPrice: 后付费单位价格
33098
+ :param _UnitPrice: <p>后付费单位价格</p>
33092
33099
  :type UnitPrice: :class:`tencentcloud.ckafka.v20190819.models.Price`
33093
- :param _MessagePrice: 后付费消息单价
33100
+ :param _MessagePrice: <p>后付费消息单价</p>
33094
33101
  :type MessagePrice: :class:`tencentcloud.ckafka.v20190819.models.Price`
33095
- :param _ClusterInfo: 用户独占集群信息
33102
+ :param _ClusterInfo: <p>用户独占集群信息</p>
33096
33103
  :type ClusterInfo: list of ClusterInfo
33097
- :param _Standard: 购买标准版配置
33104
+ :param _Standard: <p>购买标准版配置</p>
33098
33105
  :type Standard: str
33099
- :param _StandardS2: 购买标准版S2配置
33106
+ :param _StandardS2: <p>购买标准版S2配置</p>
33100
33107
  :type StandardS2: str
33101
- :param _Profession: 购买专业版配置
33108
+ :param _Profession: <p>购买专业版配置</p>
33102
33109
  :type Profession: str
33103
- :param _Physical: 购买物理独占版配置
33110
+ :param _Physical: <p>购买物理独占版配置</p>
33104
33111
  :type Physical: str
33105
- :param _PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写 已废弃,无实际意义
33112
+ :param _PublicNetwork: <p>公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写 已废弃,无实际意义</p>
33106
33113
  :type PublicNetwork: str
33107
- :param _PublicNetworkLimit: 公网带宽配置
33114
+ :param _PublicNetworkLimit: <p>公网带宽配置</p>
33108
33115
  :type PublicNetworkLimit: str
33109
- :param _RequestId: 请求Id
33116
+ :param _RequestId: <p>请求Id</p>
33110
33117
  :type RequestId: str
33111
- :param _Offset: 分页offset
33118
+ :param _Offset: <p>分页offset</p>
33112
33119
  :type Offset: int
33113
- :param _Limit: 分页limit
33120
+ :param _Limit: <p>分页limit</p>
33114
33121
  :type Limit: int
33115
- :param _ForceCheckTag: 是否必须录入tag
33122
+ :param _ForceCheckTag: <p>是否必须录入tag</p>
33116
33123
  :type ForceCheckTag: bool
33117
33124
  """
33118
33125
  self._ZoneList = None
@@ -33134,7 +33141,7 @@ class ZoneResponse(AbstractModel):
33134
33141
 
33135
33142
  @property
33136
33143
  def ZoneList(self):
33137
- r"""zone列表
33144
+ r"""<p>zone列表</p>
33138
33145
  :rtype: list of ZoneInfo
33139
33146
  """
33140
33147
  return self._ZoneList
@@ -33145,7 +33152,7 @@ class ZoneResponse(AbstractModel):
33145
33152
 
33146
33153
  @property
33147
33154
  def MaxBuyInstanceNum(self):
33148
- r"""最大购买实例个数
33155
+ r"""<p>最大购买实例个数</p>
33149
33156
  :rtype: int
33150
33157
  """
33151
33158
  return self._MaxBuyInstanceNum
@@ -33156,7 +33163,7 @@ class ZoneResponse(AbstractModel):
33156
33163
 
33157
33164
  @property
33158
33165
  def MaxBandwidth(self):
33159
- r"""最大购买带宽 单位Mb/s
33166
+ r"""<p>最大购买带宽 单位Mb/s</p>
33160
33167
  :rtype: int
33161
33168
  """
33162
33169
  return self._MaxBandwidth
@@ -33167,7 +33174,7 @@ class ZoneResponse(AbstractModel):
33167
33174
 
33168
33175
  @property
33169
33176
  def UnitPrice(self):
33170
- r"""后付费单位价格
33177
+ r"""<p>后付费单位价格</p>
33171
33178
  :rtype: :class:`tencentcloud.ckafka.v20190819.models.Price`
33172
33179
  """
33173
33180
  return self._UnitPrice
@@ -33178,7 +33185,7 @@ class ZoneResponse(AbstractModel):
33178
33185
 
33179
33186
  @property
33180
33187
  def MessagePrice(self):
33181
- r"""后付费消息单价
33188
+ r"""<p>后付费消息单价</p>
33182
33189
  :rtype: :class:`tencentcloud.ckafka.v20190819.models.Price`
33183
33190
  """
33184
33191
  return self._MessagePrice
@@ -33189,7 +33196,7 @@ class ZoneResponse(AbstractModel):
33189
33196
 
33190
33197
  @property
33191
33198
  def ClusterInfo(self):
33192
- r"""用户独占集群信息
33199
+ r"""<p>用户独占集群信息</p>
33193
33200
  :rtype: list of ClusterInfo
33194
33201
  """
33195
33202
  return self._ClusterInfo
@@ -33200,7 +33207,7 @@ class ZoneResponse(AbstractModel):
33200
33207
 
33201
33208
  @property
33202
33209
  def Standard(self):
33203
- r"""购买标准版配置
33210
+ r"""<p>购买标准版配置</p>
33204
33211
  :rtype: str
33205
33212
  """
33206
33213
  return self._Standard
@@ -33211,7 +33218,7 @@ class ZoneResponse(AbstractModel):
33211
33218
 
33212
33219
  @property
33213
33220
  def StandardS2(self):
33214
- r"""购买标准版S2配置
33221
+ r"""<p>购买标准版S2配置</p>
33215
33222
  :rtype: str
33216
33223
  """
33217
33224
  return self._StandardS2
@@ -33222,7 +33229,7 @@ class ZoneResponse(AbstractModel):
33222
33229
 
33223
33230
  @property
33224
33231
  def Profession(self):
33225
- r"""购买专业版配置
33232
+ r"""<p>购买专业版配置</p>
33226
33233
  :rtype: str
33227
33234
  """
33228
33235
  return self._Profession
@@ -33233,7 +33240,7 @@ class ZoneResponse(AbstractModel):
33233
33240
 
33234
33241
  @property
33235
33242
  def Physical(self):
33236
- r"""购买物理独占版配置
33243
+ r"""<p>购买物理独占版配置</p>
33237
33244
  :rtype: str
33238
33245
  """
33239
33246
  return self._Physical
@@ -33244,7 +33251,7 @@ class ZoneResponse(AbstractModel):
33244
33251
 
33245
33252
  @property
33246
33253
  def PublicNetwork(self):
33247
- r"""公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写 已废弃,无实际意义
33254
+ r"""<p>公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写 已废弃,无实际意义</p>
33248
33255
  :rtype: str
33249
33256
  """
33250
33257
  return self._PublicNetwork
@@ -33255,7 +33262,7 @@ class ZoneResponse(AbstractModel):
33255
33262
 
33256
33263
  @property
33257
33264
  def PublicNetworkLimit(self):
33258
- r"""公网带宽配置
33265
+ r"""<p>公网带宽配置</p>
33259
33266
  :rtype: str
33260
33267
  """
33261
33268
  return self._PublicNetworkLimit
@@ -33266,7 +33273,7 @@ class ZoneResponse(AbstractModel):
33266
33273
 
33267
33274
  @property
33268
33275
  def RequestId(self):
33269
- r"""请求Id
33276
+ r"""<p>请求Id</p>
33270
33277
  :rtype: str
33271
33278
  """
33272
33279
  return self._RequestId
@@ -33277,7 +33284,7 @@ class ZoneResponse(AbstractModel):
33277
33284
 
33278
33285
  @property
33279
33286
  def Offset(self):
33280
- r"""分页offset
33287
+ r"""<p>分页offset</p>
33281
33288
  :rtype: int
33282
33289
  """
33283
33290
  return self._Offset
@@ -33288,7 +33295,7 @@ class ZoneResponse(AbstractModel):
33288
33295
 
33289
33296
  @property
33290
33297
  def Limit(self):
33291
- r"""分页limit
33298
+ r"""<p>分页limit</p>
33292
33299
  :rtype: int
33293
33300
  """
33294
33301
  return self._Limit
@@ -33299,7 +33306,7 @@ class ZoneResponse(AbstractModel):
33299
33306
 
33300
33307
  @property
33301
33308
  def ForceCheckTag(self):
33302
- r"""是否必须录入tag
33309
+ r"""<p>是否必须录入tag</p>
33303
33310
  :rtype: bool
33304
33311
  """
33305
33312
  return self._ForceCheckTag
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ckafka
3
- Version: 3.0.1482
3
+ Version: 3.0.1490
4
4
  Summary: Tencent Cloud Ckafka 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.0.1482
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1490
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1490
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1482