Skip to content

Commit cbb2069

Browse files
committed
Merge 'integration_2025-10-30_1074924027650' into 'master'
merge branch integration_2025-10-30_1074924027650 into master See merge request: !897
2 parents 93c6c74 + 291ac9d commit cbb2069

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
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.30",
3-
"meta_commit": "84c2b8a808f38f5e0d857e3e243d146028a1d529"
2+
"lasted": "4.0.31",
3+
"meta_commit": "8724fb294f8c22b4dbe5c1dd0430a9e286f03fb7"
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.30"
3+
version = "4.0.31"
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.30"
6+
VERSION = "4.0.31"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkarkruntime/types/responses/user_location.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
#
1010
# This modified file is released under the same license.
1111

12-
from typing import Literal, Optional
12+
from typing import Optional
13+
from typing_extensions import Literal
1314

1415
from ..._models import BaseModel
1516

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.30'
67+
self.user_agent = 'volcstack-python-sdk/4.0.31'
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.30".\
275+
"SDK Package Version: 4.0.31".\
276276
format(env=sys.platform, pyversion=sys.version)
277277

278278
@property

0 commit comments

Comments
 (0)