Skip to content

Commit d3e36ff

Browse files
committed
Merge 'integration_2025-06-17_949114645250' into 'master'
merge branch integration_2025-06-17_949114645250 into master See merge request: !662
2 parents f5ad7bc + 2eeaa1e commit d3e36ff

File tree

327 files changed

+61210
-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.

327 files changed

+61210
-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.13",
3-
"meta_commit": "50173a4c8b7c2e005a9aa3241c45dfe15db71560"
2+
"lasted": "3.0.14",
3+
"meta_commit": "64d939687708ac4d90f6aeeab91c8c32179c176c"
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.13"
6+
VERSION = "3.0.14"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkapig/__init__.py

Lines changed: 252 additions & 0 deletions
Large diffs are not rendered by default.

volcenginesdkapig/api/__init__.py

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 volcenginesdkapig.api.apig_api import APIGApi

0 commit comments

Comments
 (0)