Requirements for 3rd party integration not found: ['ha-av>=9.2']

3rd party integration beward (GitHub - Limych/ha-beward: Home Assistant custom component for Beward security Cameras and Doorbells) stopped working after updating to the latest Home Assistant version.

The error says:

2024-12-05 10:54:13.589 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration ‘beward’: Requirements for beward not found: [‘ha-av>=9.2’].

It can found in the manifest.json file: ha-beward/custom_components/beward/manifest.json at 5d290efb7d785ed3e8b452f462ad96344a6b06db · Limych/ha-beward · GitHub

The integration author doesn’t answer. Is there any way to fix it myself?

I use the latest HAOS.

I guess “ha-av” doesn’t exist for python 3.13, which HA now uses.
Your only option is to restore HA to the previous version until that is solved (if it ever do).

Thanks. Is there any modern alternative to ha-av?
Is there a way to modify the integration to use something else instead of ha-av? I haven’t found any mentions in the code except of that manifest.json file.