Skip to content

Commit 1ad68e4

Browse files
author
修杰
committed
Merge branch 'dev/lsx/core-p0' into 'integration_2025-03-31_810886521090'
feat: [development task] 【SDK进阶能力】P0级别的能力-Python (1120410) See merge request iaasng/volcengine-python-sdk!554
2 parents fad6778 + fdc06bb commit 1ad68e4

31 files changed

+1085
-466
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": "1.1.1",
3-
"meta_commit": "eb656d5036a263d4e68911ee390d36802e05547b"
2+
"lasted": "1.1.2",
3+
"meta_commit": "eb656d5036a263d4e68911ee390d36802e05547b"
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 = "1.1.1"
6+
VERSION = "1.1.2"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkcore/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding:utf-8
22

3-
from volcenginesdkcore.configuration import Configuration
43
from volcenginesdkcore.api_client import ApiClient
5-
from volcenginesdkcore.universal import UniversalApi, UniversalInfo
4+
from volcenginesdkcore.configuration import Configuration
65
from volcenginesdkcore.flatten import Flatten
6+
from volcenginesdkcore.universal import UniversalApi, UniversalInfo

0 commit comments

Comments
 (0)