Access x-ratelimit-remaining headers from the Python SDK

I would like to start logging the x-ratelimit-remaining header to track our API usage. The documentation here calls out these very helpful headers that are returned from HTTP calls to the Authentication API. However, the Python SDK does not expose these fields, instead processing and returning only the response body to the SDK caller.

I just want to make sure I’m not missing anything – is there any way for us to leverage those headers in Python? Would we need to hit the authorize endpoints directly instead of using the SDK?