Commit 536e4a1
authored
Fix: fix hello world example for python 3.12 (#98)
* feat: Update to support python 3.12
- add case statement to use the asyncio.Queue.shutdown method for 3.13+
- add special handling to allow for similar semantics as
asyncio.Queue.shutdown for 3.12
Tested on multiple samples in the a2a repo and some examples in this
repo
* Change to 3.10 and provided detailed description about event queue usage
* Fix race condition in python <= 3.12
* fix merge conflict
* Fix typo1 parent 85b521d commit 536e4a1
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| |||
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| 126 | + | |
123 | 127 | | |
| 128 | + | |
124 | 129 | | |
125 | 130 | | |
126 | 131 | | |
| |||
0 commit comments