While using get_tasks_for_project in python-asana with a deliberately wrong project GID (I was testing exception handling), I got this urllib3 warning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. It points at line 45 of asana/rest.py. I should not be seeing deprecation warnings from the library itself. Is this fixed anywhere?