Skip to content

v0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 15:47
· 15 commits to refs/heads/main since this release
a4c68e4

FastAPI Injectable 0.7.1

This release fixes an important issue with the event loop management system introduced in v0.7.0, enhancing compatibility with various awaitable types.

Thank @jtfidje for raising this issue (#100).

Key Improvements

Enhanced Awaitable Support

  • Fixed run_in_loop function: Now properly handles all awaitable types, not just coroutines and futures
  • Support for asyncio.gather(): The loop management system now works correctly with tasks created via asyncio.gather()

Code Changes

Dependencies

Full Changelog: v0.7.0...v0.7.1