-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
0.0.15 and 0.0.16 break multipart imports #180
Comments
How can I reproduce that? |
This occurs within the context of a FastAPI application that interacts with AWS resources and the FastAPI docs recommend using I believe the issue is likely with the exported class name |
I need a way to reproduce the issue... |
I don't know how to tell you how to have a project with multiple sub-dependencies that use |
I'll investigate when I have time. Thanks. |
I think I know what's going on. For a long time, if both libraries were installed, there was a name conflict and Your FastAPI version is probably too old. The new import name is supported by |
I updated FastAPI to |
Thanks @defnull 🙏 |
0.0.12 is the latest version that doesn't seem to break or contradict the multipart class/package name.
Updating to 0.0.15 or 0.0.16 both led to the same error message of
RuntimeError: Form data requires "python-multipart" to be installed. It seems you installed "multipart" instead.
0.0.12 does not have this issue so it seems that the recent releases did not fix the issues that potentially caused the 0.0.13 and 0.0.14 releases to be yanked
The text was updated successfully, but these errors were encountered: