On Mon, Sep 09, 2024 at 02:23:19PM +0100, James Page wrote: > The test failures with this symptom: > ResourceWarning: Unclosed <MemoryObjectReceiveStream> > are related to the anyio bump to 4.4.0 - see: > https://github.com/encode/starlette/discussions/2603 > no fix committed upstream yet.
https://github.com/agronholm/anyio/issues/754 It's been fixed and anyio 4.5.0 will be released "soon". So might as well wait for that. The other things needed are dependencies (at least for checks) on python3-pydantic-core and probably python3-orjson. Best wishes, Julian

