⚠️ To make existing <v0.3.0 code work with any >=v0.3.0 release, you need to replace `TmdsClient` with `TmdsBasicAuthClient` and `TmdsConfig` with `BasicAuthTmdsConfig`
What's Changed
* build(deps): bump aiohttp[speedups] from 3.9.5 to 3.10.9 by dependabot in https://github.com/Hochfrequenz/tmdsclient.py/pull/125
* use `skip_install=true` in tox dev environment by hf-kklein in https://github.com/Hochfrequenz/tmdsclient.py/pull/129
* ➕ install `pyjwt` and `aioauth_client` by hf-kklein in https://github.com/Hochfrequenz/tmdsclient.py/pull/130
* Split `TmdsClient` in `TmdsBasicAuthClient` and `TmdsOAuthClient` by hf-kklein in https://github.com/Hochfrequenz/tmdsclient.py/pull/131
**Full Changelog**: https://github.com/Hochfrequenz/tmdsclient.py/compare/v0.2.4...v0.3.0