From d943654ead6dbd4f4abbcaf02e67da3b3b96a061 Mon Sep 17 00:00:00 2001 From: warm-wm Date: Wed, 28 Jan 2026 17:11:36 +0800 Subject: [PATCH 1/2] delete log of auth info --- veadk/auth/veauth/ark_veauth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/veadk/auth/veauth/ark_veauth.py b/veadk/auth/veauth/ark_veauth.py index 9cd814ec..45ff2368 100644 --- a/veadk/auth/veauth/ark_veauth.py +++ b/veadk/auth/veauth/ark_veauth.py @@ -52,7 +52,6 @@ def get_ark_token(region: str = "cn-beijing") -> str: region=region, host=host, ) - logger.info(f"Successfully fetched ARK API Key list: {res}") try: first_api_key_id = res["Result"]["Items"][0]["Id"] logger.warning("By default, VeADK fetches the first API Key in the list.") From 6f8be753e508f881cbdb215562f7a2d5d40e9097 Mon Sep 17 00:00:00 2001 From: warm-wm Date: Wed, 28 Jan 2026 17:11:55 +0800 Subject: [PATCH 2/2] release 0.5.15 --- pyproject.toml | 2 +- veadk/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df3eae10..2e37df86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "veadk-python" -version = "0.5.14" +version = "0.5.15" description = "Volcengine agent development kit, integrations with Volcengine cloud services." readme = "README.md" requires-python = ">=3.10" diff --git a/veadk/version.py b/veadk/version.py index 23a3e4af..1fb12e2a 100644 --- a/veadk/version.py +++ b/veadk/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = "0.5.14" +VERSION = "0.5.15"