Skip to content

Commit abcf3b2

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for cloud_detect-Python-2025-10-31-online-2031-2026_01_13_17_52_55
1 parent 7c9deba commit abcf3b2

182 files changed

Lines changed: 41101 additions & 6 deletions

File tree

Some content is hidden

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

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.5",
3-
"meta_commit": "ec4dbca9418d21eee7132e93e5fca85f98a4ee7c"
2+
"lasted": "5.0.6",
3+
"meta_commit": "37f58e08ba23ed64313f9f92c822ea4d52f49160"
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.5"
3+
version = "5.0.6"
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.5"
6+
VERSION = "5.0.6"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkclouddetect20251031/__init__.py

Lines changed: 194 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 volcenginesdkclouddetect20251031.api.cloud_detect20251031_api import CLOUDDETECT20251031Api

0 commit comments

Comments
 (0)