Skip to content

Conversation

@MTBDORK
Copy link

@MTBDORK MTBDORK commented Jun 10, 2025

A DeprecationWarning is raised when HTTPResponse.getheaders() is called. The method is deprecated and will be removed in urllib3 v2.1.0.

This updated file accesses HTTPResponse.headers directly as-recommended.

Tested/validated with end-of-day options API

HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. A DeprecationWarning is raised when this method is called. 

This updated file accesses HTTPResponse.headers directly as-recommended.

Tested/validated with end-of-day options API
@ssnyder-intrinio
Copy link
Contributor

We are unable to directly merge this, but I've included it in the latest release, with proper credit in the release notes to this pull request for the associated changes. Thank you!
https://github.com/intrinio/python-sdk/releases/tag/6.41.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants