You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.