In todays fun and games, I spent a couple of hours trying to figure out why
#fastapi dependency overrides weren't working. No errors, couldn't find anything search on the web. Turns out, and I should have thought about this sooner, that you have to import what you want to override using the same path as where you set it. So if you "from x import y" where you set it, you better make sure you do the same when overriding otherwise nothing will happen