Commit 59642be
committed
fix: bump minimum anyio version to 4.10 to fix lowest-direct CI
anyio 4.5.0 has an internal inconsistency where its asyncio backend
(_backends/_asyncio.py) tries to import RunFinishedError from
_core/_exceptions, but that exception doesn't exist in version 4.5.0.
This causes ImportError when tests try to set up fixtures with
--resolution lowest-direct, which installs anyio 4.5.0 (the previous
minimum version constraint).
Bumping to anyio>=4.10 ensures lowest-direct resolution installs a
version without this internal inconsistency.
Github-Issue: #13251 parent 63363bf commit 59642be
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments