I’d say: don’t do what I did.
Python 3.10.8 is available in unstable but it is like pulling the ball of yarn.
It will require the c compiler 12 instead of 10, then ffmpeg 7.5, then, then , then … And your system is impossible to maintain anymore.
Easiest is to limit to python 3.10, compiled from source (but you’ll need ffmpeg 7.5 from source too if you have a camera in your configuration)
I spent my whole evening yesterday removing all the unstable packages and restarted from the compiling option, following this guide using python 3.10.9.
I understand the willing to move forward with the python versions but as a majority of HA users are using a RPi and that Python 3.10 is not the official version (yet), it is a pity to force the version so early.
Or you switch in docker but it doesn’t work for me, zillions of errors in the login console and I don’t like docker at all.