tencentcloud-sdk-python-faceid 3.0.1155__tar.gz → 3.0.1160__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-faceid might be problematic. Click here for more details.
- {tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/setup.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/tencentcloud/faceid/v20180301/models.py +3 -2
- {tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/tencentcloud_sdk_python_faceid.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-faceid-3.0.1160/tencentcloud_sdk_python_faceid.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-faceid-3.0.1155/tencentcloud_sdk_python_faceid.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/README.rst +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/setup.cfg +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/tencentcloud/faceid/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/tencentcloud/faceid/v20180301/__init__.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/tencentcloud/faceid/v20180301/errorcodes.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/tencentcloud/faceid/v20180301/faceid_client.py +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/tencentcloud_sdk_python_faceid.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/tencentcloud_sdk_python_faceid.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/tencentcloud_sdk_python_faceid.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/setup.py
RENAMED
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-faceid',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1160"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Faceid SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -2680,8 +2680,9 @@ class EncryptedPhoneVerificationRequest(AbstractModel):
|
|
|
2680
2680
|
:param _EncryptionMode: 敏感信息的加密方式,目前支持明文、MD5和SHA256加密传输,参数取值:
|
|
2681
2681
|
|
|
2682
2682
|
0:明文,不加密
|
|
2683
|
-
1
|
|
2684
|
-
2
|
|
2683
|
+
1:使用MD5加密
|
|
2684
|
+
2:使用SHA256
|
|
2685
|
+
3:使用SM3加密
|
|
2685
2686
|
:type EncryptionMode: str
|
|
2686
2687
|
"""
|
|
2687
2688
|
self._IdCard = None
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1160
|
tencentcloud-sdk-python-faceid-3.0.1155/tencentcloud_sdk_python_faceid.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1155
|
{tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-faceid-3.0.1155 → tencentcloud-sdk-python-faceid-3.0.1160}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|