Skip to content

Commit 44a61b1

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for vefaas-Python-2024-06-06-online-2651-2026_05_12_16_52_11
1 parent c33067a commit 44a61b1

6 files changed

Lines changed: 11 additions & 6 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"description": "VEFAAS: chore changes",
3+
"modules": "service/vefaas",
4+
"type": "bugfix"
5+
}

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.26",
3-
"meta_commit": "3081c05443f6e0a9e3160030c8badf395d3dbdf8"
2+
"lasted": "5.0.27",
3+
"meta_commit": "053b2e3d4ae8c4f788b1fa736b395699dc5f34ce"
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.26"
3+
version = "5.0.27"
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.26"
6+
VERSION = "5.0.27"
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
@@ -69,7 +69,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6969
self.default_headers[header_name] = header_value
7070
self.cookie = cookie
7171
# Set default User-Agent.
72-
self.user_agent = 'volcstack-python-sdk/5.0.26'
72+
self.user_agent = 'volcstack-python-sdk/5.0.27'
7373
self.client_side_validation = configuration.client_side_validation
7474

7575
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.26".\
294+
"SDK Package Version: 5.0.27".\
295295
format(env=sys.platform, pyversion=sys.version)
296296

297297
@property

0 commit comments

Comments
 (0)