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
This commit is contained in:
Andy Ladjadj 2022-02-14 13:17:05 +00:00
parent 7f3a0dcaab
commit 25a96ed82f
1 changed files with 1 additions and 1 deletions

View File

@ -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