tencentcloud-sdk-python-lowcode 3.0.1343__tar.gz → 3.0.1354__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-lowcode might be problematic. Click here for more details.

Files changed (16) hide show
  1. {tencentcloud-sdk-python-lowcode-3.0.1343 → tencentcloud-sdk-python-lowcode-3.0.1354}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-lowcode-3.0.1343 → tencentcloud-sdk-python-lowcode-3.0.1354}/setup.py +1 -1
  3. {tencentcloud-sdk-python-lowcode-3.0.1343 → tencentcloud-sdk-python-lowcode-3.0.1354}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-lowcode-3.0.1343 → tencentcloud-sdk-python-lowcode-3.0.1354}/tencentcloud/lowcode/v20210108/models.py +0 -2
  5. {tencentcloud-sdk-python-lowcode-3.0.1343 → tencentcloud-sdk-python-lowcode-3.0.1354}/tencentcloud_sdk_python_lowcode.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-lowcode-3.0.1354/tencentcloud_sdk_python_lowcode.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-lowcode-3.0.1343/tencentcloud_sdk_python_lowcode.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-lowcode-3.0.1343 → tencentcloud-sdk-python-lowcode-3.0.1354}/README.rst +0 -0
  9. {tencentcloud-sdk-python-lowcode-3.0.1343 → tencentcloud-sdk-python-lowcode-3.0.1354}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-lowcode-3.0.1343 → tencentcloud-sdk-python-lowcode-3.0.1354}/tencentcloud/lowcode/__init__.py +0 -0
  11. {tencentcloud-sdk-python-lowcode-3.0.1343 → tencentcloud-sdk-python-lowcode-3.0.1354}/tencentcloud/lowcode/v20210108/__init__.py +0 -0
  12. {tencentcloud-sdk-python-lowcode-3.0.1343 → tencentcloud-sdk-python-lowcode-3.0.1354}/tencentcloud/lowcode/v20210108/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-lowcode-3.0.1343 → tencentcloud-sdk-python-lowcode-3.0.1354}/tencentcloud/lowcode/v20210108/lowcode_client.py +0 -0
  14. {tencentcloud-sdk-python-lowcode-3.0.1343 → tencentcloud-sdk-python-lowcode-3.0.1354}/tencentcloud_sdk_python_lowcode.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-lowcode-3.0.1343 → tencentcloud-sdk-python-lowcode-3.0.1354}/tencentcloud_sdk_python_lowcode.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-lowcode-3.0.1343 → tencentcloud-sdk-python-lowcode-3.0.1354}/tencentcloud_sdk_python_lowcode.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-lowcode
3
- Version: 3.0.1343
3
+ Version: 3.0.1354
4
4
  Summary: Tencent Cloud Lowcode SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-lowcode',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1343"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1354"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Lowcode 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.1343'
17
+ __version__ = '3.0.1354'
@@ -2044,7 +2044,6 @@ class DescribeKnowledgeSetListResponse(AbstractModel):
2044
2044
  def __init__(self):
2045
2045
  r"""
2046
2046
  :param _Data: 知识库列表
2047
- 注意:此字段可能返回 null,表示取不到有效值。
2048
2047
  :type Data: :class:`tencentcloud.lowcode.v20210108.models.KnowledgeSetRsp`
2049
2048
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2050
2049
  :type RequestId: str
@@ -2055,7 +2054,6 @@ class DescribeKnowledgeSetListResponse(AbstractModel):
2055
2054
  @property
2056
2055
  def Data(self):
2057
2056
  """知识库列表
2058
- 注意:此字段可能返回 null,表示取不到有效值。
2059
2057
  :rtype: :class:`tencentcloud.lowcode.v20210108.models.KnowledgeSetRsp`
2060
2058
  """
2061
2059
  return self._Data
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-lowcode
3
- Version: 3.0.1343
3
+ Version: 3.0.1354
4
4
  Summary: Tencent Cloud Lowcode SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1354
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1343