tencentcloud-sdk-python-mps 3.1.118__tar.gz → 3.1.123__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_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/setup.py +1 -1
  3. {tencentcloud_sdk_python_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/tencentcloud/mps/v20190612/models.py +2 -2
  5. {tencentcloud_sdk_python_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_mps-3.1.123/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_mps-3.1.118/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/README.rst +0 -0
  9. {tencentcloud_sdk_python_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/tencentcloud/mps/__init__.py +0 -0
  11. {tencentcloud_sdk_python_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/tencentcloud/mps/v20190612/__init__.py +0 -0
  12. {tencentcloud_sdk_python_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/tencentcloud/mps/v20190612/mps_client.py +0 -0
  14. {tencentcloud_sdk_python_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/tencentcloud/mps/v20190612/mps_client_async.py +0 -0
  15. {tencentcloud_sdk_python_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_mps-3.1.118 → tencentcloud_sdk_python_mps-3.1.123}/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.118
3
+ Version: 3.1.123
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.118
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.123
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.118,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.123,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Mps SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.118'
17
+ __version__ = '3.1.123'
@@ -20289,7 +20289,7 @@ class CreateAigcAudioTaskRequest(AbstractModel):
20289
20289
 
20290
20290
  def __init__(self):
20291
20291
  r"""
20292
- :param _ModelName: <p>模型名称。生音乐当前支持的模型: GL、MinimaxMusic。</p>
20292
+ :param _ModelName: <p>模型名称。生音乐当前支持的模型: GL、MiniMaxMusic。</p>
20293
20293
  :type ModelName: str
20294
20294
  :param _ModelVersion: <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。<br>模型GL支持的版本号:2.0、3.0-clip、3.0-pro。<br>模型MinimaxMusic支持的版本号:2.0、2.5、2.6。</p>
20295
20295
  :type ModelVersion: str
@@ -20326,7 +20326,7 @@ class CreateAigcAudioTaskRequest(AbstractModel):
20326
20326
 
20327
20327
  @property
20328
20328
  def ModelName(self):
20329
- r"""<p>模型名称。生音乐当前支持的模型: GL、MinimaxMusic。</p>
20329
+ r"""<p>模型名称。生音乐当前支持的模型: GL、MiniMaxMusic。</p>
20330
20330
  :rtype: str
20331
20331
  """
20332
20332
  return self._ModelName
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-mps
3
- Version: 3.1.118
3
+ Version: 3.1.123
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.118
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.123
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.123
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.118