From d76235649c2db2f979ce368128db04725d6915fd Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 17 Jan 2023 15:25:10 +0100 Subject: [PATCH] Re #1314 --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/requirements.txt b/requirements.txt index b2d4bb4d6..ff0845d6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,6 +22,12 @@ chardet>2.3.0 wtforms~=3.0 jsonpath-ng~=1.5.3 + +# dnspython 2.3.0 is not compatible with eventlet +# * https://github.com/eventlet/eventlet/issues/781 +# * https://datastax-oss.atlassian.net/browse/PYTHON-1320 +dnspython<2.3.0 + # jq not available on Windows so must be installed manually # Notification library