tencentcloud-sdk-python-dbbrain 3.1.1__tar.gz → 3.1.25__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 (22) hide show
  1. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/setup.py +1 -1
  3. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
  5. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
  6. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud/dbbrain/v20210527/models.py +261 -15
  7. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +2 -2
  8. tencentcloud_sdk_python_dbbrain-3.1.25/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +1 -0
  9. tencentcloud_sdk_python_dbbrain-3.1.1/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +0 -1
  10. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/README.rst +0 -0
  11. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/setup.cfg +0 -0
  12. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud/dbbrain/__init__.py +0 -0
  13. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud/dbbrain/v20191016/__init__.py +0 -0
  14. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud/dbbrain/v20191016/dbbrain_client.py +0 -0
  15. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud/dbbrain/v20191016/dbbrain_client_async.py +0 -0
  16. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud/dbbrain/v20191016/errorcodes.py +0 -0
  17. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud/dbbrain/v20191016/models.py +0 -0
  18. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud/dbbrain/v20210527/__init__.py +0 -0
  19. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud/dbbrain/v20210527/errorcodes.py +0 -0
  20. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud_sdk_python_dbbrain.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud_sdk_python_dbbrain.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_dbbrain-3.1.1 → tencentcloud_sdk_python_dbbrain-3.1.25}/tencentcloud_sdk_python_dbbrain.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.1.1
3
+ Version: 3.1.25
4
4
  Summary: Tencent Cloud Dbbrain 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.1
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.25
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-dbbrain',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.1,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.25,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Dbbrain SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.1'
17
+ __version__ = '3.1.25'
@@ -1383,6 +1383,29 @@ class DbbrainClient(AbstractClient):
1383
1383
  raise TencentCloudSDKException(type(e).__name__, str(e))
1384
1384
 
1385
1385
 
1386
+ def DescribeRedisUnExpiredKeyStatistics(self, request):
1387
+ r"""查询Redis全量Key的内存分布情况。
1388
+
1389
+ :param request: Request instance for DescribeRedisUnExpiredKeyStatistics.
1390
+ :type request: :class:`tencentcloud.dbbrain.v20210527.models.DescribeRedisUnExpiredKeyStatisticsRequest`
1391
+ :rtype: :class:`tencentcloud.dbbrain.v20210527.models.DescribeRedisUnExpiredKeyStatisticsResponse`
1392
+
1393
+ """
1394
+ try:
1395
+ params = request._serialize()
1396
+ headers = request.headers
1397
+ body = self.call("DescribeRedisUnExpiredKeyStatistics", params, headers=headers)
1398
+ response = json.loads(body)
1399
+ model = models.DescribeRedisUnExpiredKeyStatisticsResponse()
1400
+ model._deserialize(response["Response"])
1401
+ return model
1402
+ except Exception as e:
1403
+ if isinstance(e, TencentCloudSDKException):
1404
+ raise
1405
+ else:
1406
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1407
+
1408
+
1386
1409
  def DescribeSecurityAuditLogDownloadUrls(self, request):
1387
1410
  r"""查询安全审计日志导出文件下载链接。目前日志文件下载仅提供腾讯云内网地址,请通过广州地域的腾讯云服务器进行下载。
1388
1411
 
@@ -1087,6 +1087,24 @@ class DbbrainClient(AbstractClient):
1087
1087
 
1088
1088
  return await self.call_and_deserialize(**kwargs)
1089
1089
 
1090
+ async def DescribeRedisUnExpiredKeyStatistics(
1091
+ self,
1092
+ request: models.DescribeRedisUnExpiredKeyStatisticsRequest,
1093
+ opts: Dict = None,
1094
+ ) -> models.DescribeRedisUnExpiredKeyStatisticsResponse:
1095
+ """
1096
+ 查询Redis全量Key的内存分布情况。
1097
+ """
1098
+
1099
+ kwargs = {}
1100
+ kwargs["action"] = "DescribeRedisUnExpiredKeyStatistics"
1101
+ kwargs["params"] = request._serialize()
1102
+ kwargs["resp_cls"] = models.DescribeRedisUnExpiredKeyStatisticsResponse
1103
+ kwargs["headers"] = request.headers
1104
+ kwargs["opts"] = opts or {}
1105
+
1106
+ return await self.call_and_deserialize(**kwargs)
1107
+
1090
1108
  async def DescribeSecurityAuditLogDownloadUrls(
1091
1109
  self,
1092
1110
  request: models.DescribeSecurityAuditLogDownloadUrlsRequest,
@@ -10075,10 +10075,10 @@ class DescribeRedisTopBigKeysRequest(AbstractModel):
10075
10075
  r"""
10076
10076
  :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
10077
10077
  :type InstanceId: str
10078
- :param _Date: 查询日期,如2021-05-27,最早可为前30天的日期。
10079
- :type Date: str
10080
10078
  :param _Product: 服务产品类型,支持值包括 "redis" - 云数据库 Redis。
10081
10079
  :type Product: str
10080
+ :param _Date: 查询某个日期最新的任务,如2021-05-27,最早可为前30天的日期。该参数与AsyncRequestId参数不可同时为空。
10081
+ :type Date: str
10082
10082
  :param _SortBy: 排序字段,取值包括Capacity - 内存,ItemCount - 元素数量,默认为Capacity。
10083
10083
  :type SortBy: str
10084
10084
  :param _KeyType: key类型筛选条件,默认为不进行筛选,取值包括string, list, set, hash, sortedset, stream。
@@ -10089,15 +10089,19 @@ class DescribeRedisTopBigKeysRequest(AbstractModel):
10089
10089
  :type AsyncRequestId: int
10090
10090
  :param _ShardIds: 分片节点序号列表。当列表为空时,选择所有分片节点。
10091
10091
  :type ShardIds: list of int
10092
+ :param _UnExpireKey: 是否仅查询未设置过期时间的大Key。
10093
+ 当为true时,仅查询未设置过期时间的大Key,默认为false。
10094
+ :type UnExpireKey: bool
10092
10095
  """
10093
10096
  self._InstanceId = None
10094
- self._Date = None
10095
10097
  self._Product = None
10098
+ self._Date = None
10096
10099
  self._SortBy = None
10097
10100
  self._KeyType = None
10098
10101
  self._Limit = None
10099
10102
  self._AsyncRequestId = None
10100
10103
  self._ShardIds = None
10104
+ self._UnExpireKey = None
10101
10105
 
10102
10106
  @property
10103
10107
  def InstanceId(self):
@@ -10110,17 +10114,6 @@ class DescribeRedisTopBigKeysRequest(AbstractModel):
10110
10114
  def InstanceId(self, InstanceId):
10111
10115
  self._InstanceId = InstanceId
10112
10116
 
10113
- @property
10114
- def Date(self):
10115
- r"""查询日期,如2021-05-27,最早可为前30天的日期。
10116
- :rtype: str
10117
- """
10118
- return self._Date
10119
-
10120
- @Date.setter
10121
- def Date(self, Date):
10122
- self._Date = Date
10123
-
10124
10117
  @property
10125
10118
  def Product(self):
10126
10119
  r"""服务产品类型,支持值包括 "redis" - 云数据库 Redis。
@@ -10132,6 +10125,17 @@ class DescribeRedisTopBigKeysRequest(AbstractModel):
10132
10125
  def Product(self, Product):
10133
10126
  self._Product = Product
10134
10127
 
10128
+ @property
10129
+ def Date(self):
10130
+ r"""查询某个日期最新的任务,如2021-05-27,最早可为前30天的日期。该参数与AsyncRequestId参数不可同时为空。
10131
+ :rtype: str
10132
+ """
10133
+ return self._Date
10134
+
10135
+ @Date.setter
10136
+ def Date(self, Date):
10137
+ self._Date = Date
10138
+
10135
10139
  @property
10136
10140
  def SortBy(self):
10137
10141
  r"""排序字段,取值包括Capacity - 内存,ItemCount - 元素数量,默认为Capacity。
@@ -10187,16 +10191,29 @@ class DescribeRedisTopBigKeysRequest(AbstractModel):
10187
10191
  def ShardIds(self, ShardIds):
10188
10192
  self._ShardIds = ShardIds
10189
10193
 
10194
+ @property
10195
+ def UnExpireKey(self):
10196
+ r"""是否仅查询未设置过期时间的大Key。
10197
+ 当为true时,仅查询未设置过期时间的大Key,默认为false。
10198
+ :rtype: bool
10199
+ """
10200
+ return self._UnExpireKey
10201
+
10202
+ @UnExpireKey.setter
10203
+ def UnExpireKey(self, UnExpireKey):
10204
+ self._UnExpireKey = UnExpireKey
10205
+
10190
10206
 
10191
10207
  def _deserialize(self, params):
10192
10208
  self._InstanceId = params.get("InstanceId")
10193
- self._Date = params.get("Date")
10194
10209
  self._Product = params.get("Product")
10210
+ self._Date = params.get("Date")
10195
10211
  self._SortBy = params.get("SortBy")
10196
10212
  self._KeyType = params.get("KeyType")
10197
10213
  self._Limit = params.get("Limit")
10198
10214
  self._AsyncRequestId = params.get("AsyncRequestId")
10199
10215
  self._ShardIds = params.get("ShardIds")
10216
+ self._UnExpireKey = params.get("UnExpireKey")
10200
10217
  memeber_set = set(params.keys())
10201
10218
  for name, value in vars(self).items():
10202
10219
  property_name = name[1:]
@@ -10747,6 +10764,150 @@ class DescribeRedisTopKeyPrefixListResponse(AbstractModel):
10747
10764
  self._RequestId = params.get("RequestId")
10748
10765
 
10749
10766
 
10767
+ class DescribeRedisUnExpiredKeyStatisticsRequest(AbstractModel):
10768
+ r"""DescribeRedisUnExpiredKeyStatistics请求参数结构体
10769
+
10770
+ """
10771
+
10772
+ def __init__(self):
10773
+ r"""
10774
+ :param _InstanceId: 实例 ID。可通过接口获取。
10775
+ :type InstanceId: str
10776
+ :param _Product: 服务产品类型,支持值包括 "redis" - 云数据库 Redis。
10777
+ :type Product: str
10778
+ :param _Date: 查询某个日期最新的任务,如2021-05-27,最早可为前30天的日期。该参数与AsyncRequestId参数不可同时为空。
10779
+ :type Date: str
10780
+ :param _AsyncRequestId: 异步任务ID。当为空时,选择最近任务的ID。
10781
+ :type AsyncRequestId: int
10782
+ :param _ShardIds: 分片节点序号列表。当列表为空时,选择所有分片节点。
10783
+ :type ShardIds: list of int
10784
+ """
10785
+ self._InstanceId = None
10786
+ self._Product = None
10787
+ self._Date = None
10788
+ self._AsyncRequestId = None
10789
+ self._ShardIds = None
10790
+
10791
+ @property
10792
+ def InstanceId(self):
10793
+ r"""实例 ID。可通过接口获取。
10794
+ :rtype: str
10795
+ """
10796
+ return self._InstanceId
10797
+
10798
+ @InstanceId.setter
10799
+ def InstanceId(self, InstanceId):
10800
+ self._InstanceId = InstanceId
10801
+
10802
+ @property
10803
+ def Product(self):
10804
+ r"""服务产品类型,支持值包括 "redis" - 云数据库 Redis。
10805
+ :rtype: str
10806
+ """
10807
+ return self._Product
10808
+
10809
+ @Product.setter
10810
+ def Product(self, Product):
10811
+ self._Product = Product
10812
+
10813
+ @property
10814
+ def Date(self):
10815
+ r"""查询某个日期最新的任务,如2021-05-27,最早可为前30天的日期。该参数与AsyncRequestId参数不可同时为空。
10816
+ :rtype: str
10817
+ """
10818
+ return self._Date
10819
+
10820
+ @Date.setter
10821
+ def Date(self, Date):
10822
+ self._Date = Date
10823
+
10824
+ @property
10825
+ def AsyncRequestId(self):
10826
+ r"""异步任务ID。当为空时,选择最近任务的ID。
10827
+ :rtype: int
10828
+ """
10829
+ return self._AsyncRequestId
10830
+
10831
+ @AsyncRequestId.setter
10832
+ def AsyncRequestId(self, AsyncRequestId):
10833
+ self._AsyncRequestId = AsyncRequestId
10834
+
10835
+ @property
10836
+ def ShardIds(self):
10837
+ r"""分片节点序号列表。当列表为空时,选择所有分片节点。
10838
+ :rtype: list of int
10839
+ """
10840
+ return self._ShardIds
10841
+
10842
+ @ShardIds.setter
10843
+ def ShardIds(self, ShardIds):
10844
+ self._ShardIds = ShardIds
10845
+
10846
+
10847
+ def _deserialize(self, params):
10848
+ self._InstanceId = params.get("InstanceId")
10849
+ self._Product = params.get("Product")
10850
+ self._Date = params.get("Date")
10851
+ self._AsyncRequestId = params.get("AsyncRequestId")
10852
+ self._ShardIds = params.get("ShardIds")
10853
+ memeber_set = set(params.keys())
10854
+ for name, value in vars(self).items():
10855
+ property_name = name[1:]
10856
+ if property_name in memeber_set:
10857
+ memeber_set.remove(property_name)
10858
+ if len(memeber_set) > 0:
10859
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
10860
+
10861
+
10862
+
10863
+ class DescribeRedisUnExpiredKeyStatisticsResponse(AbstractModel):
10864
+ r"""DescribeRedisUnExpiredKeyStatistics返回参数结构体
10865
+
10866
+ """
10867
+
10868
+ def __init__(self):
10869
+ r"""
10870
+ :param _SeriesData: 全量Key的聚合分布信息列表。
10871
+ :type SeriesData: list of RedisGlobalKeyInfo
10872
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10873
+ :type RequestId: str
10874
+ """
10875
+ self._SeriesData = None
10876
+ self._RequestId = None
10877
+
10878
+ @property
10879
+ def SeriesData(self):
10880
+ r"""全量Key的聚合分布信息列表。
10881
+ :rtype: list of RedisGlobalKeyInfo
10882
+ """
10883
+ return self._SeriesData
10884
+
10885
+ @SeriesData.setter
10886
+ def SeriesData(self, SeriesData):
10887
+ self._SeriesData = SeriesData
10888
+
10889
+ @property
10890
+ def RequestId(self):
10891
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10892
+ :rtype: str
10893
+ """
10894
+ return self._RequestId
10895
+
10896
+ @RequestId.setter
10897
+ def RequestId(self, RequestId):
10898
+ self._RequestId = RequestId
10899
+
10900
+
10901
+ def _deserialize(self, params):
10902
+ if params.get("SeriesData") is not None:
10903
+ self._SeriesData = []
10904
+ for item in params.get("SeriesData"):
10905
+ obj = RedisGlobalKeyInfo()
10906
+ obj._deserialize(item)
10907
+ self._SeriesData.append(obj)
10908
+ self._RequestId = params.get("RequestId")
10909
+
10910
+
10750
10911
  class DescribeSecurityAuditLogDownloadUrlsRequest(AbstractModel):
10751
10912
  r"""DescribeSecurityAuditLogDownloadUrls请求参数结构体
10752
10913
 
@@ -18236,6 +18397,91 @@ class RedisCostCmd(AbstractModel):
18236
18397
 
18237
18398
 
18238
18399
 
18400
+ class RedisGlobalKeyInfo(AbstractModel):
18401
+ r"""Redis全量Key的聚合信息。
18402
+
18403
+ """
18404
+
18405
+ def __init__(self):
18406
+ r"""
18407
+ :param _Capacity: 占用内存大小,单位Byte。
18408
+ :type Capacity: int
18409
+ :param _Count: Key个数。
18410
+ :type Count: int
18411
+ :param _RangeMax: 剩余过期时间范围的结束时间,当小于0时,代表已过期时间,单位:小时。当RangeMin与RangeMax同时为空时,代表未设置过期时间。当RangeMax为空时,代表剩余过期时间大于等于RangeMin小时。
18412
+ 注意:此字段可能返回 null,表示取不到有效值。
18413
+ :type RangeMax: int
18414
+ :param _RangeMin: 剩余过期时间范围的起始时间,当小于0时,代表已过期时间,单位:小时。当RangeMin与RangeMax同时为空时,代表未设置过期时间。当RangeMin为空时,代表已过期。
18415
+ 注意:此字段可能返回 null,表示取不到有效值。
18416
+ :type RangeMin: int
18417
+ """
18418
+ self._Capacity = None
18419
+ self._Count = None
18420
+ self._RangeMax = None
18421
+ self._RangeMin = None
18422
+
18423
+ @property
18424
+ def Capacity(self):
18425
+ r"""占用内存大小,单位Byte。
18426
+ :rtype: int
18427
+ """
18428
+ return self._Capacity
18429
+
18430
+ @Capacity.setter
18431
+ def Capacity(self, Capacity):
18432
+ self._Capacity = Capacity
18433
+
18434
+ @property
18435
+ def Count(self):
18436
+ r"""Key个数。
18437
+ :rtype: int
18438
+ """
18439
+ return self._Count
18440
+
18441
+ @Count.setter
18442
+ def Count(self, Count):
18443
+ self._Count = Count
18444
+
18445
+ @property
18446
+ def RangeMax(self):
18447
+ r"""剩余过期时间范围的结束时间,当小于0时,代表已过期时间,单位:小时。当RangeMin与RangeMax同时为空时,代表未设置过期时间。当RangeMax为空时,代表剩余过期时间大于等于RangeMin小时。
18448
+ 注意:此字段可能返回 null,表示取不到有效值。
18449
+ :rtype: int
18450
+ """
18451
+ return self._RangeMax
18452
+
18453
+ @RangeMax.setter
18454
+ def RangeMax(self, RangeMax):
18455
+ self._RangeMax = RangeMax
18456
+
18457
+ @property
18458
+ def RangeMin(self):
18459
+ r"""剩余过期时间范围的起始时间,当小于0时,代表已过期时间,单位:小时。当RangeMin与RangeMax同时为空时,代表未设置过期时间。当RangeMin为空时,代表已过期。
18460
+ 注意:此字段可能返回 null,表示取不到有效值。
18461
+ :rtype: int
18462
+ """
18463
+ return self._RangeMin
18464
+
18465
+ @RangeMin.setter
18466
+ def RangeMin(self, RangeMin):
18467
+ self._RangeMin = RangeMin
18468
+
18469
+
18470
+ def _deserialize(self, params):
18471
+ self._Capacity = params.get("Capacity")
18472
+ self._Count = params.get("Count")
18473
+ self._RangeMax = params.get("RangeMax")
18474
+ self._RangeMin = params.get("RangeMin")
18475
+ memeber_set = set(params.keys())
18476
+ for name, value in vars(self).items():
18477
+ property_name = name[1:]
18478
+ if property_name in memeber_set:
18479
+ memeber_set.remove(property_name)
18480
+ if len(memeber_set) > 0:
18481
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
18482
+
18483
+
18484
+
18239
18485
  class RedisInstanceConf(AbstractModel):
18240
18486
  r"""Redis实例内存配置参数
18241
18487
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.1.1
3
+ Version: 3.1.25
4
4
  Summary: Tencent Cloud Dbbrain 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.1
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.25
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.25
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.1