Exclude influxdb 5.2.3 for python
This version of influxdb client does not handle correctly unicode characters with Python 2 [1]. git issue: https://github.com/influxdata/influxdb-python/issues/633 global-requirements change: https://review.opendev.org/#/c/679608/ Change-Id: Ibcf92256be2550db17c867ee592fbff2d6d047b0
This commit is contained in:
parent
9665daafc0
commit
2a76a04bcc
@ -39,7 +39,7 @@ data_files =
|
||||
|
||||
[extras]
|
||||
influxdb =
|
||||
influxdb!=5.2.0,!=5.2.1,!=5.2.2,>=2.9.2;python_version<'3.0' # MIT
|
||||
influxdb!=5.2.0,!=5.2.1,!=5.2.2,!=5.2.3,>=2.9.2;python_version<'3.0' # MIT
|
||||
influxdb>=2.9.2;python_version>='3.0' # MIT
|
||||
cassandra =
|
||||
cassandra-driver!=3.6.0,>=2.6.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user