Skip to content

Commit 87a86f4

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for waf-Python-2023-12-25-online-877-2024_12_24_16_27_07
1 parent d0878f3 commit 87a86f4

File tree

73 files changed

+15636
-992
lines changed

Some content is hidden

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

73 files changed

+15636
-992
lines changed

meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "1.0.117",
3-
"meta_commit": "2210833c30450b487401a215db24501634363c42"
2+
"lasted": "1.0.118",
3+
"meta_commit": "a7f6d4a7fa075d75aad17b26924aec0e4762d5a1"
44
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "volcengine-python-sdk"
6-
VERSION = "1.0.117"
6+
VERSION = "1.0.118"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkcore/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6767
self.default_headers[header_name] = header_value
6868
self.cookie = cookie
6969
# Set default User-Agent.
70-
self.user_agent = 'volcstack-python-sdk/1.0.117'
70+
self.user_agent = 'volcstack-python-sdk/1.0.118'
7171
self.client_side_validation = configuration.client_side_validation
7272

7373
def __del__(self):

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,5 @@ def to_debug_report(self):
221221
"OS: {env}\n"\
222222
"Python Version: {pyversion}\n"\
223223
"Version of the API: 0.1.0\n"\
224-
"SDK Package Version: 1.0.117".\
224+
"SDK Package Version: 1.0.118".\
225225
format(env=sys.platform, pyversion=sys.version)

volcenginesdkwaf/__init__.py

Lines changed: 60 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)