Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: duplicated **kwarg values * chore: update versioning * docs: update changelog * fix: decorator must handle both async & sync functions * chore: cleanup decorator usage & remove manual cache setting assignments * refactor: use dictionary union instead of decorator to update kwargs * fix: set _defaults as property to allow it to use any updated values after init * fix: remove _defaults from slots * fix: move kwargs to correct spot
- Loading branch information