Commit 018823e
committed
fix(ci): cap anyio <4.7 for prefect 2.20 compatibility
prefect 2.20.25 (final 2.x, no backport) GatherTaskGroup doesn't implement
anyio's create_task, which anyio made abstract in newer 4.x. Hold anyio to
the last verified-good 4.6 line so the flow engine can instantiate task
groups. Verified: tox -e test now 30 passed / 21 skipped.1 parent 74c9f5f commit 018823e
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
103 | 109 | | |
104 | 110 | | |
105 | 111 | | |
| |||
0 commit comments