-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates needed to remove DeprecationWarning
s
#675
Comments
Submitted PR #676 for the FastAPI lifespan events |
Submitted PR #677 to use |
It looks like Pandas wants to remove its So our best option here is probably to just ignore this warning. We could specifically filter it with action: References |
Submitted PR #682 to ignore the warnings from |
Maybe we can solve the cachey problem by simply dropping the dependency. |
Some housekeeping is needed to respond to multiple
DeprecationWarning
s that are raised during testing.product
is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please useprod
instead.cachey
dependency. It will likely require an upstream PR.The text was updated successfully, but these errors were encountered: