FRITZ!Box Tools: AttributeError: 'FritzStatus' object has no attribute 'get_device_info'

Hi,

I’m using Archlinux with Python 3.10 and the Fritzbox Tools doesn’t work anymore.
Has anyone any kind of an idea?

Logger: homeassistant.config_entries
Source: components/fritz/common.py:210
First occurred: 07:53:00 (1 occurrences)
Last logged: 07:53:00
Error setting up entry FRITZ!Box 7590 for fritz

Traceback (most recent call last):
  File "/home/dominion/.local/lib/python3.10/site-packages/homeassistant/config_entries.py", line 365, in async_setup
    result = await component.async_setup_entry(hass, self)
  File "/home/dominion/.local/lib/python3.10/site-packages/homeassistant/components/fritz/__init__.py", line 30, in async_setup_entry
    await avm_wrapper.async_setup(entry.options)
  File "/home/dominion/.local/lib/python3.10/site-packages/homeassistant/components/fritz/common.py", line 184, in async_setup
    await self.hass.async_add_executor_job(self.setup)
  File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/dominion/.local/lib/python3.10/site-packages/homeassistant/components/fritz/common.py", line 210, in setup
    info = self.fritz_status.get_device_info()
AttributeError: 'FritzStatus' object has no attribute 'get_device_info'

Greetings
dominion