Some housekeeping is needed to respond to multiple `DeprecationWarning`s that are raised during testing. * DeprecationWarning: on_event is deprecated, use lifespan event handlers instead. * Read more about it in the [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/). * I will submit a PR for this. * DeprecationWarning: `product` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `prod` instead. * I will submit a PR for this. * DataFrame._data is deprecated and will be removed in a future version. Use public APIs instead. * This comes from the `cachey` dependency. It will likely require an upstream PR.