Skip to content

Commit 40ea807

Browse files
Merge pull request #226 from scaleapi/dm/fix-tutorial-sdk-version
Fix tutorial SDK version pinning to allow latest agentex-sdk
2 parents 31ecd6c + 850f781 commit 40ea807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/tutorials/00_sync/010_multiturn/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "An AgentEx agent"
99
readme = "README.md"
1010
requires-python = ">=3.12"
1111
dependencies = [
12-
"agentex-sdk==0.4.28",
12+
"agentex-sdk",
1313
"scale-gp",
1414
]
1515

examples/tutorials/00_sync/020_streaming/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "An AgentEx agent that does multiturn streaming chat"
99
readme = "README.md"
1010
requires-python = ">=3.12"
1111
dependencies = [
12-
"agentex-sdk==0.4.28",
12+
"agentex-sdk",
1313
"scale-gp",
1414
]
1515

0 commit comments

Comments
 (0)