python-multipart dependency conflicts with multipart require by httpx #1960
-
httpx has recently gained a dependency on multipart:
However, starlette depends on python-multipart. Both packages install This is making Gentoo packaging really difficult because a full testing + install of starlette and httpx would require installing both packages simultaneously. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hmm... On Starlette is an option dependency, on httpx is just used on tests. @tomchristie can we provide help? Suggestions besides replacing the multipart on httpx? |
Beta Was this translation helpful? Give feedback.
Hmm... On Starlette is an option dependency, on httpx is just used on tests.
@tomchristie can we provide help?
Suggestions besides replacing the multipart on httpx?