tencentcloud-sdk-python-clb 3.1.13__tar.gz → 3.1.21__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_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/setup.py +1 -1
  3. {tencentcloud_sdk_python_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/tencentcloud/clb/v20180317/clb_client.py +23 -0
  5. {tencentcloud_sdk_python_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/tencentcloud/clb/v20180317/clb_client_async.py +18 -0
  6. {tencentcloud_sdk_python_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/tencentcloud/clb/v20180317/models.py +131 -26
  7. {tencentcloud_sdk_python_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +2 -2
  8. tencentcloud_sdk_python_clb-3.1.21/tencentcloud_sdk_python_clb.egg-info/requires.txt +1 -0
  9. tencentcloud_sdk_python_clb-3.1.13/tencentcloud_sdk_python_clb.egg-info/requires.txt +0 -1
  10. {tencentcloud_sdk_python_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/README.rst +0 -0
  11. {tencentcloud_sdk_python_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/setup.cfg +0 -0
  12. {tencentcloud_sdk_python_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/tencentcloud/clb/__init__.py +0 -0
  13. {tencentcloud_sdk_python_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/tencentcloud/clb/v20180317/__init__.py +0 -0
  14. {tencentcloud_sdk_python_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/tencentcloud_sdk_python_clb.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_clb-3.1.13 → tencentcloud_sdk_python_clb-3.1.21}/tencentcloud_sdk_python_clb.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-clb
3
- Version: 3.1.13
3
+ Version: 3.1.21
4
4
  Summary: Tencent Cloud Clb 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.13
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.21
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-clb',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.13,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.21,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Clb SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.13'
17
+ __version__ = '3.1.21'
@@ -1996,6 +1996,29 @@ class ClbClient(AbstractClient):
1996
1996
  raise TencentCloudSDKException(type(e).__name__, str(e))
1997
1997
 
1998
1998
 
1999
+ def RenewLoadBalancers(self, request):
2000
+ r"""API接口续费包年包月实例还在灰度中,如您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)
2001
+
2002
+ :param request: Request instance for RenewLoadBalancers.
2003
+ :type request: :class:`tencentcloud.clb.v20180317.models.RenewLoadBalancersRequest`
2004
+ :rtype: :class:`tencentcloud.clb.v20180317.models.RenewLoadBalancersResponse`
2005
+
2006
+ """
2007
+ try:
2008
+ params = request._serialize()
2009
+ headers = request.headers
2010
+ body = self.call("RenewLoadBalancers", params, headers=headers)
2011
+ response = json.loads(body)
2012
+ model = models.RenewLoadBalancersResponse()
2013
+ model._deserialize(response["Response"])
2014
+ return model
2015
+ except Exception as e:
2016
+ if isinstance(e, TencentCloudSDKException):
2017
+ raise
2018
+ else:
2019
+ raise TencentCloudSDKException(type(e).__name__, str(e))
2020
+
2021
+
1999
2022
  def ReplaceCertForLoadBalancers(self, request):
2000
2023
  r"""ReplaceCertForLoadBalancers 接口用以替换负载均衡实例所关联的证书,对于各个地域的负载均衡,如果指定的老的证书ID与其有关联关系,则会先解除关联,再建立新证书与该负载均衡的关联关系。
2001
2024
  此接口支持替换服务端证书或客户端证书。
@@ -1585,6 +1585,24 @@ class ClbClient(AbstractClient):
1585
1585
 
1586
1586
  return await self.call_and_deserialize(**kwargs)
1587
1587
 
1588
+ async def RenewLoadBalancers(
1589
+ self,
1590
+ request: models.RenewLoadBalancersRequest,
1591
+ opts: Dict = None,
1592
+ ) -> models.RenewLoadBalancersResponse:
1593
+ """
1594
+ API接口续费包年包月实例还在灰度中,如您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)
1595
+ """
1596
+
1597
+ kwargs = {}
1598
+ kwargs["action"] = "RenewLoadBalancers"
1599
+ kwargs["params"] = request._serialize()
1600
+ kwargs["resp_cls"] = models.RenewLoadBalancersResponse
1601
+ kwargs["headers"] = request.headers
1602
+ kwargs["opts"] = opts or {}
1603
+
1604
+ return await self.call_and_deserialize(**kwargs)
1605
+
1588
1606
  async def ReplaceCertForLoadBalancers(
1589
1607
  self,
1590
1608
  request: models.ReplaceCertForLoadBalancersRequest,
@@ -16973,26 +16973,25 @@ class ModifyLoadBalancerAttributesRequest(AbstractModel):
16973
16973
 
16974
16974
  def __init__(self):
16975
16975
  r"""
16976
- :param _LoadBalancerId: 负载均衡的唯一ID,可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取。
16976
+ :param _LoadBalancerId: <p>负载均衡的唯一ID,可以通过 <a href="https://cloud.tencent.com/document/product/214/30685">DescribeLoadBalancers</a> 接口获取。</p>
16977
16977
  :type LoadBalancerId: str
16978
- :param _LoadBalancerName: 负载均衡实例名称,规则:1-60 个英文、汉字、数字、连接线“-”或下划线“_”。
16978
+ :param _LoadBalancerName: <p>负载均衡实例名称,规则:1-60 个英文、汉字、数字、连接线“-”或下划线“_”。</p>
16979
16979
  :type LoadBalancerName: str
16980
- :param _TargetRegionInfo: 设置负载均衡跨地域绑定1.0的后端服务信息
16980
+ :param _TargetRegionInfo: <p>设置负载均衡跨地域绑定1.0的后端服务信息</p>
16981
16981
  :type TargetRegionInfo: :class:`tencentcloud.clb.v20180317.models.TargetRegionInfo`
16982
- :param _InternetChargeInfo: 网络计费相关参数
16982
+ :param _InternetChargeInfo: <p>网络计费相关参数</p>
16983
16983
  :type InternetChargeInfo: :class:`tencentcloud.clb.v20180317.models.InternetAccessible`
16984
- :param _LoadBalancerPassToTarget: Target是否放通来自CLB的流量。
16985
- 开启放通(true):只验证CLB上的安全组;
16986
- 不开启放通(false):需同时验证CLB和后端实例上的安全组。
16987
- 不填则不修改。
16984
+ :param _LoadBalancerPassToTarget: <p>Target是否放通来自CLB的流量。开启放通(true):只验证CLB上的安全组;不开启放通(false):需同时验证CLB和后端实例上的安全组。不填则不修改。</p>
16988
16985
  :type LoadBalancerPassToTarget: bool
16989
- :param _SnatPro: 是否开启跨地域绑定2.0功能。不填则不修改。
16986
+ :param _SwitchFlag: <p>不同计费模式之间的切换:0表示不切换,1表示预付费和后付费切换,2表示后付费之间切换。默认值:0</p>
16987
+ :type SwitchFlag: int
16988
+ :param _SnatPro: <p>是否开启跨地域绑定2.0功能。不填则不修改。</p>
16990
16989
  :type SnatPro: bool
16991
- :param _DeleteProtect: 是否开启删除保护,不填则不修改。
16990
+ :param _DeleteProtect: <p>是否开启删除保护,不填则不修改。</p>
16992
16991
  :type DeleteProtect: bool
16993
- :param _ModifyClassicDomain: 将负载均衡二级域名由mycloud.com改为tencentclb.com,子域名也会变换,修改后mycloud.com域名将失效。不填则不修改。
16992
+ :param _ModifyClassicDomain: <p>将负载均衡二级域名由mycloud.com改为tencentclb.com,子域名也会变换,修改后mycloud.com域名将失效。不填则不修改。</p>
16994
16993
  :type ModifyClassicDomain: bool
16995
- :param _AssociateEndpoint: 关联的终端节点Id,可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679)接口查询。传空字符串代表解除关联。
16994
+ :param _AssociateEndpoint: <p>关联的终端节点Id,可通过<a href="https://cloud.tencent.com/document/product/215/54679">DescribeVpcEndPoint</a>接口查询。传空字符串代表解除关联。</p>
16996
16995
  :type AssociateEndpoint: str
16997
16996
  """
16998
16997
  self._LoadBalancerId = None
@@ -17000,6 +16999,7 @@ class ModifyLoadBalancerAttributesRequest(AbstractModel):
17000
16999
  self._TargetRegionInfo = None
17001
17000
  self._InternetChargeInfo = None
17002
17001
  self._LoadBalancerPassToTarget = None
17002
+ self._SwitchFlag = None
17003
17003
  self._SnatPro = None
17004
17004
  self._DeleteProtect = None
17005
17005
  self._ModifyClassicDomain = None
@@ -17007,7 +17007,7 @@ class ModifyLoadBalancerAttributesRequest(AbstractModel):
17007
17007
 
17008
17008
  @property
17009
17009
  def LoadBalancerId(self):
17010
- r"""负载均衡的唯一ID,可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685) 接口获取。
17010
+ r"""<p>负载均衡的唯一ID,可以通过 <a href="https://cloud.tencent.com/document/product/214/30685">DescribeLoadBalancers</a> 接口获取。</p>
17011
17011
  :rtype: str
17012
17012
  """
17013
17013
  return self._LoadBalancerId
@@ -17018,7 +17018,7 @@ class ModifyLoadBalancerAttributesRequest(AbstractModel):
17018
17018
 
17019
17019
  @property
17020
17020
  def LoadBalancerName(self):
17021
- r"""负载均衡实例名称,规则:1-60 个英文、汉字、数字、连接线“-”或下划线“_”。
17021
+ r"""<p>负载均衡实例名称,规则:1-60 个英文、汉字、数字、连接线“-”或下划线“_”。</p>
17022
17022
  :rtype: str
17023
17023
  """
17024
17024
  return self._LoadBalancerName
@@ -17029,7 +17029,7 @@ class ModifyLoadBalancerAttributesRequest(AbstractModel):
17029
17029
 
17030
17030
  @property
17031
17031
  def TargetRegionInfo(self):
17032
- r"""设置负载均衡跨地域绑定1.0的后端服务信息
17032
+ r"""<p>设置负载均衡跨地域绑定1.0的后端服务信息</p>
17033
17033
  :rtype: :class:`tencentcloud.clb.v20180317.models.TargetRegionInfo`
17034
17034
  """
17035
17035
  return self._TargetRegionInfo
@@ -17040,7 +17040,7 @@ class ModifyLoadBalancerAttributesRequest(AbstractModel):
17040
17040
 
17041
17041
  @property
17042
17042
  def InternetChargeInfo(self):
17043
- r"""网络计费相关参数
17043
+ r"""<p>网络计费相关参数</p>
17044
17044
  :rtype: :class:`tencentcloud.clb.v20180317.models.InternetAccessible`
17045
17045
  """
17046
17046
  return self._InternetChargeInfo
@@ -17051,10 +17051,7 @@ class ModifyLoadBalancerAttributesRequest(AbstractModel):
17051
17051
 
17052
17052
  @property
17053
17053
  def LoadBalancerPassToTarget(self):
17054
- r"""Target是否放通来自CLB的流量。
17055
- 开启放通(true):只验证CLB上的安全组;
17056
- 不开启放通(false):需同时验证CLB和后端实例上的安全组。
17057
- 不填则不修改。
17054
+ r"""<p>Target是否放通来自CLB的流量。开启放通(true):只验证CLB上的安全组;不开启放通(false):需同时验证CLB和后端实例上的安全组。不填则不修改。</p>
17058
17055
  :rtype: bool
17059
17056
  """
17060
17057
  return self._LoadBalancerPassToTarget
@@ -17063,9 +17060,20 @@ class ModifyLoadBalancerAttributesRequest(AbstractModel):
17063
17060
  def LoadBalancerPassToTarget(self, LoadBalancerPassToTarget):
17064
17061
  self._LoadBalancerPassToTarget = LoadBalancerPassToTarget
17065
17062
 
17063
+ @property
17064
+ def SwitchFlag(self):
17065
+ r"""<p>不同计费模式之间的切换:0表示不切换,1表示预付费和后付费切换,2表示后付费之间切换。默认值:0</p>
17066
+ :rtype: int
17067
+ """
17068
+ return self._SwitchFlag
17069
+
17070
+ @SwitchFlag.setter
17071
+ def SwitchFlag(self, SwitchFlag):
17072
+ self._SwitchFlag = SwitchFlag
17073
+
17066
17074
  @property
17067
17075
  def SnatPro(self):
17068
- r"""是否开启跨地域绑定2.0功能。不填则不修改。
17076
+ r"""<p>是否开启跨地域绑定2.0功能。不填则不修改。</p>
17069
17077
  :rtype: bool
17070
17078
  """
17071
17079
  return self._SnatPro
@@ -17076,7 +17084,7 @@ class ModifyLoadBalancerAttributesRequest(AbstractModel):
17076
17084
 
17077
17085
  @property
17078
17086
  def DeleteProtect(self):
17079
- r"""是否开启删除保护,不填则不修改。
17087
+ r"""<p>是否开启删除保护,不填则不修改。</p>
17080
17088
  :rtype: bool
17081
17089
  """
17082
17090
  return self._DeleteProtect
@@ -17087,7 +17095,7 @@ class ModifyLoadBalancerAttributesRequest(AbstractModel):
17087
17095
 
17088
17096
  @property
17089
17097
  def ModifyClassicDomain(self):
17090
- r"""将负载均衡二级域名由mycloud.com改为tencentclb.com,子域名也会变换,修改后mycloud.com域名将失效。不填则不修改。
17098
+ r"""<p>将负载均衡二级域名由mycloud.com改为tencentclb.com,子域名也会变换,修改后mycloud.com域名将失效。不填则不修改。</p>
17091
17099
  :rtype: bool
17092
17100
  """
17093
17101
  return self._ModifyClassicDomain
@@ -17098,7 +17106,7 @@ class ModifyLoadBalancerAttributesRequest(AbstractModel):
17098
17106
 
17099
17107
  @property
17100
17108
  def AssociateEndpoint(self):
17101
- r"""关联的终端节点Id,可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679)接口查询。传空字符串代表解除关联。
17109
+ r"""<p>关联的终端节点Id,可通过<a href="https://cloud.tencent.com/document/product/215/54679">DescribeVpcEndPoint</a>接口查询。传空字符串代表解除关联。</p>
17102
17110
  :rtype: str
17103
17111
  """
17104
17112
  return self._AssociateEndpoint
@@ -17118,6 +17126,7 @@ class ModifyLoadBalancerAttributesRequest(AbstractModel):
17118
17126
  self._InternetChargeInfo = InternetAccessible()
17119
17127
  self._InternetChargeInfo._deserialize(params.get("InternetChargeInfo"))
17120
17128
  self._LoadBalancerPassToTarget = params.get("LoadBalancerPassToTarget")
17129
+ self._SwitchFlag = params.get("SwitchFlag")
17121
17130
  self._SnatPro = params.get("SnatPro")
17122
17131
  self._DeleteProtect = params.get("DeleteProtect")
17123
17132
  self._ModifyClassicDomain = params.get("ModifyClassicDomain")
@@ -17139,7 +17148,7 @@ class ModifyLoadBalancerAttributesResponse(AbstractModel):
17139
17148
 
17140
17149
  def __init__(self):
17141
17150
  r"""
17142
- :param _DealName: 切换负载均衡计费方式时,可用此参数查询切换任务是否成功。
17151
+ :param _DealName: <p>切换负载均衡计费方式时,可用此参数查询切换任务是否成功。</p>
17143
17152
  注意:此字段可能返回 null,表示取不到有效值。
17144
17153
  :type DealName: str
17145
17154
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -17150,7 +17159,7 @@ class ModifyLoadBalancerAttributesResponse(AbstractModel):
17150
17159
 
17151
17160
  @property
17152
17161
  def DealName(self):
17153
- r"""切换负载均衡计费方式时,可用此参数查询切换任务是否成功。
17162
+ r"""<p>切换负载均衡计费方式时,可用此参数查询切换任务是否成功。</p>
17154
17163
  注意:此字段可能返回 null,表示取不到有效值。
17155
17164
  :rtype: str
17156
17165
  """
@@ -19069,6 +19078,102 @@ class RegisterTargetsWithClassicalLBResponse(AbstractModel):
19069
19078
  self._RequestId = params.get("RequestId")
19070
19079
 
19071
19080
 
19081
+ class RenewLoadBalancersRequest(AbstractModel):
19082
+ r"""RenewLoadBalancers请求参数结构体
19083
+
19084
+ """
19085
+
19086
+ def __init__(self):
19087
+ r"""
19088
+ :param _LoadBalancerIds: 负载均衡实例唯一ID数组,最多支持20个。
19089
+ :type LoadBalancerIds: list of str
19090
+ :param _LBChargePrepaid: 负载均衡实例的预付费相关属性。
19091
+ :type LBChargePrepaid: :class:`tencentcloud.clb.v20180317.models.LBChargePrepaid`
19092
+ """
19093
+ self._LoadBalancerIds = None
19094
+ self._LBChargePrepaid = None
19095
+
19096
+ @property
19097
+ def LoadBalancerIds(self):
19098
+ r"""负载均衡实例唯一ID数组,最多支持20个。
19099
+ :rtype: list of str
19100
+ """
19101
+ return self._LoadBalancerIds
19102
+
19103
+ @LoadBalancerIds.setter
19104
+ def LoadBalancerIds(self, LoadBalancerIds):
19105
+ self._LoadBalancerIds = LoadBalancerIds
19106
+
19107
+ @property
19108
+ def LBChargePrepaid(self):
19109
+ r"""负载均衡实例的预付费相关属性。
19110
+ :rtype: :class:`tencentcloud.clb.v20180317.models.LBChargePrepaid`
19111
+ """
19112
+ return self._LBChargePrepaid
19113
+
19114
+ @LBChargePrepaid.setter
19115
+ def LBChargePrepaid(self, LBChargePrepaid):
19116
+ self._LBChargePrepaid = LBChargePrepaid
19117
+
19118
+
19119
+ def _deserialize(self, params):
19120
+ self._LoadBalancerIds = params.get("LoadBalancerIds")
19121
+ if params.get("LBChargePrepaid") is not None:
19122
+ self._LBChargePrepaid = LBChargePrepaid()
19123
+ self._LBChargePrepaid._deserialize(params.get("LBChargePrepaid"))
19124
+ memeber_set = set(params.keys())
19125
+ for name, value in vars(self).items():
19126
+ property_name = name[1:]
19127
+ if property_name in memeber_set:
19128
+ memeber_set.remove(property_name)
19129
+ if len(memeber_set) > 0:
19130
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
19131
+
19132
+
19133
+
19134
+ class RenewLoadBalancersResponse(AbstractModel):
19135
+ r"""RenewLoadBalancers返回参数结构体
19136
+
19137
+ """
19138
+
19139
+ def __init__(self):
19140
+ r"""
19141
+ :param _DealName: 订单号。
19142
+ :type DealName: str
19143
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19144
+ :type RequestId: str
19145
+ """
19146
+ self._DealName = None
19147
+ self._RequestId = None
19148
+
19149
+ @property
19150
+ def DealName(self):
19151
+ r"""订单号。
19152
+ :rtype: str
19153
+ """
19154
+ return self._DealName
19155
+
19156
+ @DealName.setter
19157
+ def DealName(self, DealName):
19158
+ self._DealName = DealName
19159
+
19160
+ @property
19161
+ def RequestId(self):
19162
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19163
+ :rtype: str
19164
+ """
19165
+ return self._RequestId
19166
+
19167
+ @RequestId.setter
19168
+ def RequestId(self, RequestId):
19169
+ self._RequestId = RequestId
19170
+
19171
+
19172
+ def _deserialize(self, params):
19173
+ self._DealName = params.get("DealName")
19174
+ self._RequestId = params.get("RequestId")
19175
+
19176
+
19072
19177
  class ReplaceCertForLoadBalancersRequest(AbstractModel):
19073
19178
  r"""ReplaceCertForLoadBalancers请求参数结构体
19074
19179
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-clb
3
- Version: 3.1.13
3
+ Version: 3.1.21
4
4
  Summary: Tencent Cloud Clb 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.13
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.21
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.21
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.13