Do not force the requests module to always be included#422
Do not force the requests module to always be included#422phillipuniverse wants to merge 2 commits intorollbar:masterfrom
Conversation
|
I really just wanted to get this out quickly to see what CI would say, I'm not very confidant in my changes there. I was also surprised that all of the tests passed locally with no other changes but maybe that's a good thing? I tried to make as small and as targeted of a change as possible but it's tricky, there is a lot of "hand shake" type of agreements. I don't have a ton of confidence that a user wouldn't get into a code path that refers to the But I suppose if all the tests pass in the FastAPI/Starlette environments that doesn't have requests installed then maybe we're in the clear. |
|
@danielmorell could I get some feedback on my solution here? Is this in the right direction? |
|
Hey @phillipuniverse, sorry for the long wait! Overall, I think this is moving in the right direction, and solving a very real problem. Thank you for your work on this! It may make sense to check if What do you think? |
Description of the change
Allows the module to work if requests is not available.
Type of change
Related issues
Checklists
Development
Code review