Add proxies and timeout parameters
Relay on requests features.
Timeout is important because: "By default, requests do not time out unless a timeout value is set explicitly. Without a timeout, your code may hang for minutes or more."
This change does not affect current codebase, except that it sets the connection timeout to 30 seconds. I doubt it will cause any code to break.
Rad, but CI didn't pass. Can you fix it?
Sorry, I'm having a hard time to run the test with uv. I still haven't test it, but hopefully it should be good now.
Tests are green ,left 2 Qs for you. Feel free to ping me on Batfish slack.
I got to these Qs because I was trying to write the release notes and realied I couldn't figure out how to undo the breaking change.