I can confirm that multiple packages relying on python are broken. On my system examples of such packages include calibre and thefuck:
$ calibre
Failed to import PyQt module: PyQt6.QtCore with error: No module named 'PyQt6.QtCore'
Traceback (most recent call last):
File "/usr/bin/calibre", line 21, in <module>
sys.exit(calibre())
~~~~~~~^^
File "/usr/lib/calibre/calibre/gui_launch.py", line 71, in calibre
setup_qt_logging()
~~~~~~~~~~~~~~~~^^
File "/usr/lib/calibre/calibre/gui_launch.py", line 36, in setup_qt_logging
from qt.core import QLoggingCategory
ImportError: cannot import name 'QLoggingCategory' from 'qt.core' (/usr/lib/calibre/qt/core.py)
$ fuck
Traceback (most recent call last):
File "/usr/bin/fuck", line 5, in <module>
from thefuck.entrypoints.not_configured import main
File "/usr/lib/python3.13/site-packages/thefuck/entrypoints/not_configured.py", line 12, in <module>
from psutil import Process # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'psutil'
As per Artist's comment, I'll simply attempt another update in a few hours to see if these issues have been resolved. Thanks as always.