You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/06/12 07:16:46 UTC

[GitHub] [incubator-superset] villebro commented on a change in pull request #10046: fix: bump pydruid version

villebro commented on a change in pull request #10046:
URL: https://github.com/apache/incubator-superset/pull/10046#discussion_r439248918



##########
File path: setup.py
##########
@@ -119,7 +119,7 @@ def get_git_sha():
         "postgres": ["psycopg2-binary==2.8.5"],
         "presto": ["pyhive[presto]>=0.4.0"],
         "elasticsearch": ["elasticsearch-dbapi>=0.1.0, <0.2.0"],
-        "druid": ["pydruid==0.6.0", "requests==2.22.0"],
+        "druid": ["pydruid>=0.6.1,<0.7"],

Review comment:
       The explicit dependency on `requests` is redundant, as it's already defined in `pydruid`.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org