Skip to content

v2.17.4

Compare
Choose a tag to compare
@FasterSpeeding FasterSpeeding released this 29 Apr 23:05
· 46 commits to master since this release
9f1c341

2.17.4 - 2024-04-29

Changed

  • Bumped the minimum Alluka version to v0.2.0.
  • Tanjun's client will now use the "local" Alluka client returned by alluka.local.get if no client is passed and a local Alluka client is set.
  • Client.get_type_dependency will now raise a KeyError if no dependency is found and no default is passed.
    This is a change imposed by Alluka.

Fixed

  • Now compatible with Alluka v0.2.0.
    Tanjun no-longer tries to use Alluka's removed UNDEFINED singleton and its relevant types.

Removed

  • tanjun.injecting.UndefinedOr, tanjun.injecting.UNDEFINED, tanjun.injecting.Undefined, and tanjun.injecting.UndefinedOr as these no-longer exist in Alluka.