Skip to content

Commit 87be5fa

Browse files
authored
Release/0.5.15 (#476)
* delete log of auth info * release 0.5.15
1 parent d24f848 commit 87be5fa

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "veadk-python"
3-
version = "0.5.14"
3+
version = "0.5.15"
44
description = "Volcengine agent development kit, integrations with Volcengine cloud services."
55
readme = "README.md"
66
requires-python = ">=3.10"

veadk/auth/veauth/ark_veauth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def get_ark_token(region: str = "cn-beijing") -> str:
5252
region=region,
5353
host=host,
5454
)
55-
logger.info(f"Successfully fetched ARK API Key list: {res}")
5655
try:
5756
first_api_key_id = res["Result"]["Items"][0]["Id"]
5857
logger.warning("By default, VeADK fetches the first API Key in the list.")

veadk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION = "0.5.14"
15+
VERSION = "0.5.15"

0 commit comments

Comments
 (0)