------------------------------- * Add typing. * Breaking change: drop support of python 3.7 and python 3.8. * Switch packaging to uv / pdm. * CI update * Update LICENSE to MIT
0.8.1
------------------------------- * Add PEP-517 metadata in python package
------------------------------ * New feature: Add missing context kwargs argument for ServerProxy compatibility. * Breaking change: Argument headers must be a kwargs like in the standard library. * Breaking change: Non standard arguments timeout and session must be kwargs too. * Update dependencies