You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/21 07:23:57 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #16553: Remove limitation for elasticsearch library

turbaszek commented on a change in pull request #16553:
URL: https://github.com/apache/airflow/pull/16553#discussion_r655134693



##########
File path: setup.py
##########
@@ -275,7 +275,7 @@ def get_sphinx_theme_version() -> str:
     'pydruid>=0.4.1',
 ]
 elasticsearch = [
-    'elasticsearch>7, <7.6.0',
+    'elasticsearch>7',
     'elasticsearch-dbapi==0.1.0',

Review comment:
       Should we also bump up `elasticsearch-dbapi`? Current version is `0.2.4`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org