Skip to content

Commit 9f0d87c

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for id-Python-2025-10-30-online-1887-2025_11_27_13_58_56
1 parent 9bd7853 commit 9f0d87c

File tree

128 files changed

+18696
-345
lines changed

Some content is hidden

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

128 files changed

+18696
-345
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": "4.0.35",
3-
"meta_commit": "b9d7c08b001538dbcd0937a44c8897441c58efc6"
2+
"lasted": "4.0.36",
3+
"meta_commit": "b3e715cab067a8f90471378a2ebfe03a814ad233"
44
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "volcengine-python-sdk"
3-
version = "4.0.35"
3+
version = "4.0.36"
44
authors = [
55
{name = "volc-engine", email = "[email protected]"},
66
]

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 = "4.0.35"
6+
VERSION = "4.0.36"
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
@@ -64,7 +64,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6464
self.default_headers[header_name] = header_value
6565
self.cookie = cookie
6666
# Set default User-Agent.
67-
self.user_agent = 'volcstack-python-sdk/4.0.35'
67+
self.user_agent = 'volcstack-python-sdk/4.0.36'
6868
self.client_side_validation = configuration.client_side_validation
6969

7070
self.interceptor_chain = InterceptorChain()

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def to_debug_report(self):
272272
"OS: {env}\n" \
273273
"Python Version: {pyversion}\n" \
274274
"Version of the API: 0.1.0\n" \
275-
"SDK Package Version: 4.0.35".\
275+
"SDK Package Version: 4.0.36".\
276276
format(env=sys.platform, pyversion=sys.version)
277277

278278
@property

volcenginesdkid/__init__.py

Lines changed: 64 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)