Skip to content

Commit

Permalink
Update dependency bundles.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
devmiek committed Dec 18, 2021
1 parent f7e1329 commit 0f3f6ef
Show file tree
Hide file tree
Showing 173 changed files with 29,244 additions and 35,242 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Tencent Cloud SDK for Python

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

Tencent Cloud SDK for Python, which provides an easier-to-use abstract client and advanced features.
Expand Down
2 changes: 1 addition & 1 deletion packages/tencent-cloud-sdk-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To facilitate the deployment and migration of the Tencent Cloud SDK for Python,
- https://pypi.org/project/aiohttp/
- https://pypi.org/project/async-timeout/
- https://github.com/python-attrs/attrs
- https://pypi.org/project/chardet/
- https://pypi.org/project/charset-normalizer/
- https://pypi.org/project/multidict/
- https://pypi.org/project/yarl/
- https://pypi.org/project/idna/
Expand Down
4 changes: 2 additions & 2 deletions packages/tencent-cloud-sdk-common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ def read_readme_content() -> str:

setuptools.setup(
name = 'tencent-cloud-sdk-common',
version = '0.1.1',
version = '0.1.2',
packages = [
'tencent.cloud.common',
'tencent.cloud.common.aiohttp',
'tencent.cloud.common.async_timeout',
'tencent.cloud.common.attr',
'tencent.cloud.common.chardet',
'tencent.cloud.common.charset_normalizer',
'tencent.cloud.common.idna',
'tencent.cloud.common.multidict',
'tencent.cloud.common.yarl',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e6d134d56d5f516ab2b5c3b295d0d440a3bef911f4384d506204018895a1f833 /home/runner/work/aiohttp/aiohttp/aiohttp/_cparser.pxd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d067f01423cddb3c442933b5fcc039b18ab651fcec1bc91c577693aafc25cf78 /home/runner/work/aiohttp/aiohttp/aiohttp/_find_header.pxd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6682a22524b9d4fc442e123672622be7bdfb6238d9709b7b15b2113b7ca6d52b /home/runner/work/aiohttp/aiohttp/aiohttp/_helpers.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5de2db35fb795ffe227e2f1007c8ba4f2ad1b9aca28cc48edc80c779203cf6e3 /home/runner/work/aiohttp/aiohttp/aiohttp/_helpers.pyx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
345b08ac0432cd6a201c76b25419ea59487e19e179a21a716e191ed9fb0fd871 /home/runner/work/aiohttp/aiohttp/aiohttp/_http_parser.pyx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6881c0a7c838655e646c645d99971efaf5e310bc3633a7c62b226e39d81842ac /home/runner/work/aiohttp/aiohttp/aiohttp/_http_writer.pyx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d57b8e48d0c26f20ebcc5e6e300da2b2a6aeb12b3c9768d64cb0e53432ccf48a /home/runner/work/aiohttp/aiohttp/aiohttp/_websocket.pyx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a30351c34760a1d7835b2a1b0552e463cf1d2db90da0cdb473313dc66e34a031 /home/runner/work/aiohttp/aiohttp/aiohttp/hdrs.py

0 comments on commit 0f3f6ef

Please sign in to comment.