Skip to content

v0.1.3

Compare
Choose a tag to compare
@FasterSpeeding FasterSpeeding released this 12 Nov 20:02
· 154 commits to master since this release
8c18040

0.1.3 - 2022-11-12

Added

  • alluka.abc.Client is now set as a type dependency by default.

Changed

  • Renamed AsyncOnlyError to SyncOnlyError (AsyncOnlyError has been kept as a deprecated alias).
  • Relaxed typing around DI for async callbacks to allow for returning a union of Coroutine[Any, Any, T] | T.

Fixed

  • Don't error on async callbacks which return a coroutine after being awaited during DI when assertions are enabled.

Removed

  • The project metadata dunder attributes from alluka.
    importlib.metadata should be used to get this metadata instead.