Commit 850f781
committed
Fix tutorial SDK version pinning to allow latest agentex-sdk
The 00_sync tutorials were pinned to agentex-sdk==0.4.28 which doesn't
have the convert_openai_to_agentex_events function that the streaming
tutorial imports. Removing the version pin allows the tutorials to use
the latest SDK that includes all required exports.1 parent 31ecd6c commit 850f781
File tree
2 files changed
+2
-2
lines changed- examples/tutorials/00_sync
- 010_multiturn
- 020_streaming
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments