We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e3c45 commit f16a51cCopy full SHA for f16a51c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## 1.16.0 [unreleased]
2
3
+### Bug Fixes
4
+1. [#206](https://github.com/influxdata/influxdb-client-python/pull/207): Remove the use of Mozilla's root certificates and certifi.where()
5
+
6
### Features
7
1. [#203](https://github.com/influxdata/influxdb-client-python/pull/203): Allow configuring client via TOML file.
8
influxdb_client/rest.py
@@ -18,7 +18,6 @@
18
import re
19
import ssl
20
21
-import certifi
22
# python 2 and python 3 compatibility library
23
import six
24
from six.moves.urllib.parse import urlencode
0 commit comments