I am having problems with pyright because of the types. when I try to await an async_cached_property I get the following hint:
C:\bakdata\kpops\kpops\component_handlers\topic\proxy_wrapper.py:87:39 - error: "AsyncCachedPropertyDescriptor" is not awaitable (reportGeneralTypeIssues)
C:\bakdata\kpops\kpops\component_handlers\topic\proxy_wrapper.py:87:39 - error: "AwaitableOnly" is not awaitable (reportGeneralTypeIssues)
Description
I am having problems with pyright because of the types. when I try to await an
async_cached_propertyI get the following hint:What I Did
https://github.com/bakdata/kpops/blob/2f7212fa00660b4219cb4532c734ac220b330bdd/kpops/component_handlers/topic/proxy_wrapper.py#L106
https://github.com/bakdata/kpops/blob/2f7212fa00660b4219cb4532c734ac220b330bdd/kpops/component_handlers/topic/proxy_wrapper.py#L37