influxdata / influxdb-client-python

InfluxDB 2.0 python client
https://influxdb-client.readthedocs.io/en/stable/
MIT License
705 stars 185 forks source link

urllib3 v2.0.3 Deprecation Warnings on `HTTPResponse.getheader()` and `HTTPResponse.getheaders()` #602

Closed swssl closed 4 months ago

swssl commented 1 year ago

Specifications

Code sample to reproduce problem

Every call of HTTPResponse.getheader() and HTTPResponse.getheaders().

Expected behavior

Work without Deprecation Warnings.

Actual behavior

The following warnings are raised:

Additional info

See https://github.com/urllib3/urllib3/blob/53368dfe6609aec8f3d933b62021cf568f24b794/src/urllib3/response.py#L478C6-L478C6 for warning origin.

bednar commented 1 year ago

Hi @swssl,

thanks for using our client.

Is this something you would be willing to help with? All PR is welcome and we will be happy to review your submission.

Regards

swssl commented 1 year ago

Hi @bednar , thanks for your reply. Unfortunately, i won't be available to work on this on short notice but i'll keep it in mind.

swssl commented 10 months ago

Hey all, FYI, urllib3 v2.1.0 was released last week: https://github.com/urllib3/urllib3/releases/tag/2.1.0 As far as I can tell, it doesnt contain the changes the warning is about. @bednar Maybe I will be able to work on this in the end of January.

bednar commented 10 months ago

@swssl, thanks 🙏