Open
Description
I have a fully asynchronous FastAPI application that I use with Rollbar for error tracking. I want to avoid other developers accidentally utilizing the requests
package to make external API calls as it will introduce blocking code within a fully asynchronous service.
However, requests is non-optional
Lines 82 to 87 in 55d08a6
Ideally, adding a dependency on pyrollbar would not transitively bring in the requests package.
Metadata
Metadata
Assignees
Labels
No labels