Skip to content

Commit 35cc795

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for vefaas-Python-2024-06-06-online-1922-2025_12_09_17_52_05
1 parent b6f9b7a commit 35cc795

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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.41",
3-
"meta_commit": "17428debe6c6eea83e947874dd4de3c113cb199b"
2+
"lasted": "4.0.42",
3+
"meta_commit": "5fbc79ae9687142f3f1a93ab85ae9e1b61a6f179"
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.41"
3+
version = "4.0.42"
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.41"
6+
VERSION = "4.0.42"
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.41'
67+
self.user_agent = 'volcstack-python-sdk/4.0.42'
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.41".\
275+
"SDK Package Version: 4.0.42".\
276276
format(env=sys.platform, pyversion=sys.version)
277277

278278
@property

volcenginesdkvefaas/models/item_for_list_functions_output.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ItemForListFunctionsOutput(object):
4141
'cpu_strategy': 'str',
4242
'creation_time': 'str',
4343
'description': 'str',
44-
'enable_apmplus': 'str',
44+
'enable_apmplus': 'bool',
4545
'envs': 'list[EnvForListFunctionsOutput]',
4646
'exclusive_mode': 'bool',
4747
'function_type': 'str',
@@ -391,7 +391,7 @@ def enable_apmplus(self):
391391
392392
393393
:return: The enable_apmplus of this ItemForListFunctionsOutput. # noqa: E501
394-
:rtype: str
394+
:rtype: bool
395395
"""
396396
return self._enable_apmplus
397397

@@ -401,7 +401,7 @@ def enable_apmplus(self, enable_apmplus):
401401
402402
403403
:param enable_apmplus: The enable_apmplus of this ItemForListFunctionsOutput. # noqa: E501
404-
:type: str
404+
:type: bool
405405
"""
406406

407407
self._enable_apmplus = enable_apmplus

0 commit comments

Comments
 (0)