Skip to content

Commit 0f3f6ef

Browse files
committed
Update dependency bundles.
Update dependency bundles to support Python 3.10 or later. Also, a feature update of serverless cloud function component package has been merged. It is worth noting that the core package has not been substantially changed.
1 parent f7e1329 commit 0f3f6ef

File tree

173 files changed

+29244
-35242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+29244
-35242
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Tencent Cloud SDK for Python
22

33
[![license](https://img.shields.io/github/license/nobody-night/stopwatch-python)](LICENSE)
4-
![codacy](https://api.codacy.com/project/badge/Grade/90542f3a853f429886d511e28bb2e9b2)
54
[![pypi](https://img.shields.io/pypi/v/tencent-cloud-sdk)](https://pypi.org/project/tencent-cloud-sdk/)
65

76
Tencent Cloud SDK for Python, which provides an easier-to-use abstract client and advanced features.

packages/tencent-cloud-sdk-common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To facilitate the deployment and migration of the Tencent Cloud SDK for Python,
2424
- https://pypi.org/project/aiohttp/
2525
- https://pypi.org/project/async-timeout/
2626
- https://github.com/python-attrs/attrs
27-
- https://pypi.org/project/chardet/
27+
- https://pypi.org/project/charset-normalizer/
2828
- https://pypi.org/project/multidict/
2929
- https://pypi.org/project/yarl/
3030
- https://pypi.org/project/idna/

packages/tencent-cloud-sdk-common/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ def read_readme_content() -> str:
3535

3636
setuptools.setup(
3737
name = 'tencent-cloud-sdk-common',
38-
version = '0.1.1',
38+
version = '0.1.2',
3939
packages = [
4040
'tencent.cloud.common',
4141
'tencent.cloud.common.aiohttp',
4242
'tencent.cloud.common.async_timeout',
4343
'tencent.cloud.common.attr',
44-
'tencent.cloud.common.chardet',
44+
'tencent.cloud.common.charset_normalizer',
4545
'tencent.cloud.common.idna',
4646
'tencent.cloud.common.multidict',
4747
'tencent.cloud.common.yarl',
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e6d134d56d5f516ab2b5c3b295d0d440a3bef911f4384d506204018895a1f833 /home/runner/work/aiohttp/aiohttp/aiohttp/_cparser.pxd
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d067f01423cddb3c442933b5fcc039b18ab651fcec1bc91c577693aafc25cf78 /home/runner/work/aiohttp/aiohttp/aiohttp/_find_header.pxd
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6682a22524b9d4fc442e123672622be7bdfb6238d9709b7b15b2113b7ca6d52b /home/runner/work/aiohttp/aiohttp/aiohttp/_helpers.pyi
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5de2db35fb795ffe227e2f1007c8ba4f2ad1b9aca28cc48edc80c779203cf6e3 /home/runner/work/aiohttp/aiohttp/aiohttp/_helpers.pyx
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
345b08ac0432cd6a201c76b25419ea59487e19e179a21a716e191ed9fb0fd871 /home/runner/work/aiohttp/aiohttp/aiohttp/_http_parser.pyx
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6881c0a7c838655e646c645d99971efaf5e310bc3633a7c62b226e39d81842ac /home/runner/work/aiohttp/aiohttp/aiohttp/_http_writer.pyx
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d57b8e48d0c26f20ebcc5e6e300da2b2a6aeb12b3c9768d64cb0e53432ccf48a /home/runner/work/aiohttp/aiohttp/aiohttp/_websocket.pyx

0 commit comments

Comments
 (0)