Skip to content

Commit ee72f1c

Browse files
committed
release 0.5.8
1 parent a5dc929 commit ee72f1c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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.7"
3+
version = "0.5.8"
44
description = "Volcengine agent development kit, integrations with Volcengine cloud services."
55
readme = "README.md"
66
requires-python = ">=3.10"

veadk/tools/builtin_tools/run_code.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
from google.adk.tools import ToolContext
1919

20+
from veadk.auth.veauth.utils import get_credential_from_vefaas_iam
2021
from veadk.config import getenv
2122
from veadk.utils.logger import get_logger
2223
from veadk.utils.volcengine_sign import ve_request
23-
from veadk.auth.veauth.utils import get_credential_from_vefaas_iam
2424

2525
logger = get_logger(__name__)
2626

@@ -97,6 +97,7 @@ def run_code(
9797
"kernel_name": language,
9898
}
9999
),
100+
"Ttl": os.getenv("AGENTKIT_TOOL_TTL", 1800),
100101
},
101102
action="InvokeTool",
102103
ak=ak,

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.7"
15+
VERSION = "0.5.8"

0 commit comments

Comments
 (0)