Random thought: Are you on Windows? Sometimes the OS proxy settings override your code.
Run `netsh winhttp show proxy` to check. If it’s set, either disable it or use `session.trust_env = False` in requests.
Saved me from pulling my hair out.
Run `netsh winhttp show proxy` to check. If it’s set, either disable it or use `session.trust_env = False` in requests.
Saved me from pulling my hair out.
