Skip to content

Commit 9e43419

Browse files
committed
Merge 'integration_2026-03-19_1127023116802' into 'master'
merge branch integration_2026-03-19_1127023116802 into master See merge request: !1116
2 parents fcf6b13 + 62d50f2 commit 9e43419

File tree

547 files changed

+101752
-3207
lines changed

Some content is hidden

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

547 files changed

+101752
-3207
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": "5.0.17",
3-
"meta_commit": "dc9501c86acbffbe8b6416ff7b405ec6a60c3234"
2+
"lasted": "5.0.18",
3+
"meta_commit": "a16a175e4aa051d82f0f6429b09bcc9cc3a0c2a5"
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 = "5.0.17"
3+
version = "5.0.18"
44
authors = [
55
{name = "volc-engine", email = "volc-sdk-team@bytedance.com"},
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 = "5.0.17"
6+
VERSION = "5.0.18"
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/5.0.17'
67+
self.user_agent = 'volcstack-python-sdk/5.0.18'
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
@@ -291,7 +291,7 @@ def to_debug_report(self):
291291
"OS: {env}\n" \
292292
"Python Version: {pyversion}\n" \
293293
"Version of the API: 0.1.0\n" \
294-
"SDK Package Version: 5.0.17".\
294+
"SDK Package Version: 5.0.18".\
295295
format(env=sys.platform, pyversion=sys.version)
296296

297297
@property

volcenginesdki18nopenapi/__init__.py

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

0 commit comments

Comments
 (0)