Skip to content

Commit f05cd31

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for bmq-Python-2023-06-01-online-1500-2025_08_29_19_55_29
1 parent e752533 commit f05cd31

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.15",
3-
"meta_commit": "8b41e9d060282bd8b9e2b07cf70ea51bb5ff0e1d"
2+
"lasted": "4.0.16",
3+
"meta_commit": "0b905316e6cad94d50cee77d0174b87e28c1ab89"
44
}

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.15"
6+
VERSION = "4.0.16"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkbmq/models/item_for_preview_topic_data_output.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ItemForPreviewTopicDataOutput(object):
3333
and the value is json key in definition.
3434
"""
3535
swagger_types = {
36-
'header': 'HeaderForPreviewTopicDataOutput',
36+
'header': 'list[HeaderForPreviewTopicDataOutput]',
3737
'key': 'str',
3838
'offset': 'int',
3939
'partition_id': 'int',
@@ -88,7 +88,7 @@ def header(self):
8888
8989
9090
:return: The header of this ItemForPreviewTopicDataOutput. # noqa: E501
91-
:rtype: HeaderForPreviewTopicDataOutput
91+
:rtype: list[HeaderForPreviewTopicDataOutput]
9292
"""
9393
return self._header
9494

@@ -98,7 +98,7 @@ def header(self, header):
9898
9999
100100
:param header: The header of this ItemForPreviewTopicDataOutput. # noqa: E501
101-
:type: HeaderForPreviewTopicDataOutput
101+
:type: list[HeaderForPreviewTopicDataOutput]
102102
"""
103103

104104
self._header = header

volcenginesdkcore/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6767
self.default_headers[header_name] = header_value
6868
self.cookie = cookie
6969
# Set default User-Agent.
70-
self.user_agent = 'volcstack-python-sdk/4.0.15'
70+
self.user_agent = 'volcstack-python-sdk/4.0.16'
7171
self.client_side_validation = configuration.client_side_validation
7272

7373
self.interceptor_chain = InterceptorChain()

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def to_debug_report(self):
267267
"OS: {env}\n" \
268268
"Python Version: {pyversion}\n" \
269269
"Version of the API: 0.1.0\n" \
270-
"SDK Package Version: 4.0.15".\
270+
"SDK Package Version: 4.0.16".\
271271
format(env=sys.platform, pyversion=sys.version)
272272

273273
@property

0 commit comments

Comments
 (0)