summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorAndy Ladjadj <andy.ladjadj@adevinta.com>2022-02-14 13:17:05 +0000
committerAndy Ladjadj <andy.ladjadj@adevinta.com>2022-03-16 16:02:32 +0000
commit25a96ed82f793ab7d34a7dd726e32ad0c8584f86 (patch)
tree15b5678dd3d123384e50fb7d3653d418dadaf7ab /requirements.txt
parent7f3a0dcaab206f1ddb4486abc1cda3d8a3888e7b (diff)
downloadzuul-25a96ed82f793ab7d34a7dd726e32ad0c8584f86.tar.gz
Pin elasticsearch to <8.0.0
The latest release 8.0.0 of elasticsearch breaks Zuul when using elasticsearch connection Trace: ... File "/usr/local/lib/python3.9/dist-packages/zuul/driver/elasticsearch/con> self.es = Elasticsearch( TypeError: __init__() got an unexpected keyword argument 'use_ssl' Change-Id: Idd4cf9d67f60374fa1e8b9a816845829de31e9f1
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index cabc45396..578f73cf7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -34,6 +34,6 @@ routes
jsonpath-rw
urllib3!=1.25.4,!=1.25.5 # https://github.com/urllib3/urllib3/pull/1684
cheroot!=8.1.*,!=8.2.*,!=8.3.0 # https://github.com/cherrypy/cheroot/issues/263
-elasticsearch
+elasticsearch<8.0.0
PyMySQL
psycopg2-binary