File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 66### Bug Fixes
771 . [ #526 ] ( https://github.com/influxdata/influxdb-client-python/pull/526 ) : Creating client instance from static configuration
881 . [ #531 ] ( https://github.com/influxdata/influxdb-client-python/pull/531 ) : HTTP request return type for Management API [ async/await]
9+ 1 . [ #534 ] ( https://github.com/influxdata/influxdb-client-python/pull/534 ) : Use ` HTTResponse.headers ` to clear deprecation warning [ urllib3]
910
1011### CI
11121 . [ #523 ] ( https://github.com/influxdata/influxdb-client-python/pull/523 ) : Add Python 3.11 to CI builds
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def __init__(self, resp):
4343
4444 def getheaders (self ):
4545 """Return a dictionary of the response headers."""
46- return self .urllib3_response .getheaders ()
46+ return self .urllib3_response .headers
4747
4848 def getheader (self , name , default = None ):
4949 """Return a given response header."""
You can’t perform that action at this time.
0 commit comments