From 2a76a04bccac95783e64a5185f77d28c3b50be10 Mon Sep 17 00:00:00 2001 From: Bharat Kunwar Date: Thu, 5 Sep 2019 14:36:46 +0100 Subject: [PATCH] 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 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9b203dab..4827590f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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