Skip to content

Commit 0b98e9f

Browse files
committed
Merge 'integration_2025-08-21_1037026207234' into 'master'
merge branch integration_2025-08-21_1037026207234 into master See merge request: !765
2 parents 7562fdd + 2d22168 commit 0b98e9f

File tree

488 files changed

+45348
-529
lines changed

Some content is hidden

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

488 files changed

+45348
-529
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.11",
3-
"meta_commit": "7fb9a36e60874a2464bf34408ac0a7f5291aea0d"
2+
"lasted": "4.0.12",
3+
"meta_commit": "efea3f0eb2fc7b65caccd2df69982e86a2f25385"
44
}

setup.py

Lines changed: 2 additions & 2 deletions
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.11"
6+
VERSION = "4.0.12"
77
# To install the library, run the following
88
#
99
# python setup.py install
@@ -29,7 +29,7 @@
2929
"httpx>=0.23.0, <1",
3030
"anyio>=3.5.0, <5",
3131
"cached-property; python_version < '3.8'",
32-
"cryptography>=42.0.0"
32+
"cryptography>=44.0.1"
3333
]
3434
},
3535
)

volcenginesdkarkruntime/__init__.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2+
# Copyright (c) [2025] [OpenAI]
3+
# Copyright (c) [2025] [ByteDance Ltd. and/or its affiliates.]
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
# This file has been modified by [ByteDance Ltd. and/or its affiliates.] on 2025.7
7+
#
8+
# Original file was released under Apache License Version 2.0, with the full license text
9+
# available at https://github.com/openai/openai-python/blob/main/LICENSE.
10+
#
11+
# This modified file is released under the same license.
12+
113
from ._client import Ark, AsyncArk
214
from ._utils import setup_logging as _setup_logging
315
from .common import pydantic_function_tool

0 commit comments

Comments
 (0)