dispatchrun / dispatch-py

Python package to develop applications with Dispatch.
https://pypi.org/project/dispatch-py/
Apache License 2.0
56 stars 3 forks source link

remove httpx dependency from dispatch.fastapi module #114

Closed achille-roussel closed 8 months ago

achille-roussel commented 8 months ago

We were depending on httpx only for the _urlparse function. I believe urllib is less strict and could let through URLs that miss required fields, we can address these later.

Note that we still have a dev dependency on httpx, this PR only removes the dependency from the core SDK.

Fixes #112