Skip to content

Commit 6fd3d8a

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for seccenter-Python-2024-05-08-online-1212-2025_05_26_17_06_04
1 parent 09ec22c commit 6fd3d8a

File tree

989 files changed

+305637
-5
lines changed

Some content is hidden

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

989 files changed

+305637
-5
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": "3.0.4",
3-
"meta_commit": "99e844885b2bdbb368825db1eb393f07405e3e26"
2+
"lasted": "3.0.5",
3+
"meta_commit": "497989279c94bd5cafcc6e111b2516d4d48c58b1"
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 = "3.0.4"
6+
VERSION = "3.0.5"
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
@@ -63,7 +63,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6363
self.default_headers[header_name] = header_value
6464
self.cookie = cookie
6565
# Set default User-Agent.
66-
self.user_agent = 'volcstack-python-sdk/3.0.4'
66+
self.user_agent = 'volcstack-python-sdk/3.0.5'
6767
self.client_side_validation = configuration.client_side_validation
6868

6969
self.interceptor_chain = InterceptorChain()

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,5 +257,5 @@ def to_debug_report(self):
257257
"OS: {env}\n" \
258258
"Python Version: {pyversion}\n" \
259259
"Version of the API: 0.1.0\n" \
260-
"SDK Package Version: 3.0.4".\
260+
"SDK Package Version: 3.0.5".\
261261
format(env=sys.platform, pyversion=sys.version)

volcenginesdkseccenter20240508/__init__.py

Lines changed: 1002 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from __future__ import absolute_import
2+
3+
# flake8: noqa
4+
5+
# import apis into api package
6+
from volcenginesdkseccenter20240508.api.seccenter20240508_api import SECCENTER20240508Api

0 commit comments

Comments
 (0)