Skip to content

Commit 67289c9

Browse files
committed
chore(pyproject.toml): Update agentrun dependency version
This commit updates the `agentrun-sdk` dependency to version `0.0.37` or higher in the project configuration file. This ensures that we are using the latest stable release of the SDK which may include bug fixes and new features. Co-developed-by: Aone Copilot <noreply@alibaba-inc.com> Signed-off-by: Sodawyx <sodawyx@126.com>
1 parent b9423c0 commit 67289c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121

2222
dependencies = [
23-
"agentrun-inner-test[core]==0.0.200",
23+
"agentrun-sdk[core]>=0.0.37",
2424
"pyyaml>=6.0",
2525
"questionary>=2.0",
2626
]

0 commit comments

Comments
 (0)