Custom Component requirements not found after updating to 2024.12

Yeah. deps directory in config does indeed have the correct packages installed, but pip install was needed.
So the deps are installed in /config/deps but python doesn’t look for those in there anymore.
I’m not that familiar with the codebase to figure out where this could be broken or changed.