tencentcloud-sdk-python-mps 3.1.144__tar.gz → 3.1.145__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.
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/setup.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/tencentcloud/mps/v20190612/models.py +2 -2
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_mps-3.1.145/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_mps-3.1.144/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/README.rst +0 -0
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/setup.cfg +0 -0
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/tencentcloud/mps/v20190612/mps_client_async.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.144 → tencentcloud_sdk_python_mps-3.1.145}/tencentcloud_sdk_python_mps.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-mps
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.145
|
|
4
4
|
Summary: Tencent Cloud Mps 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.145
|
|
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-mps',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.145,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Mps SDK for Python',
|
|
@@ -17423,7 +17423,7 @@ class CloneViralAIGC(AbstractModel):
|
|
|
17423
17423
|
:type AspectRatio: str
|
|
17424
17424
|
:param _Resolution: <p>分辨率。支持720p(默认)/1080p/2k/4k</p>
|
|
17425
17425
|
:type Resolution: str
|
|
17426
|
-
:param _ModelTier: <p>模型等级。flagship
|
|
17426
|
+
:param _ModelTier: <p>模型等级。flagship(默认)、standard</p>
|
|
17427
17427
|
:type ModelTier: str
|
|
17428
17428
|
"""
|
|
17429
17429
|
self._Duration = None
|
|
@@ -17466,7 +17466,7 @@ class CloneViralAIGC(AbstractModel):
|
|
|
17466
17466
|
|
|
17467
17467
|
@property
|
|
17468
17468
|
def ModelTier(self):
|
|
17469
|
-
r"""<p>模型等级。flagship
|
|
17469
|
+
r"""<p>模型等级。flagship(默认)、standard</p>
|
|
17470
17470
|
:rtype: str
|
|
17471
17471
|
"""
|
|
17472
17472
|
return self._ModelTier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-mps
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.145
|
|
4
4
|
Summary: Tencent Cloud Mps 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.145
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.145
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.144
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|