_python-keycloak_ is using _async-property_ in [pyproject.toml](https://github.com/marcospereirampj/python-keycloak/blob/master/pyproject.toml#L40). However, [async-property](https://github.com/ryananguiano/async_property) is using `asyncio.iscoroutinefunction` in its [base.py](https://github.com/ryananguiano/async_property/blob/master/async_property/base.py#L6) which became deprecated in [Python 3.14](https://docs.python.org/3/deprecations/index.html#pending-removal-in-python-3-16).