Skip to content

Commit

Permalink
fix: bump pydruid to 0.6.0 (#10014)
Browse files Browse the repository at this point in the history
* bump pydruid to 0.5.11

* bump pydruid to 0.6.0
  • Loading branch information
karen-pal authored Jun 10, 2020
1 parent 4ef2699 commit 1a6b9d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pip-tools==5.1.2
pre-commit==1.17.0
psycopg2-binary==2.8.5
pycodestyle==2.5.0
pydruid==0.5.9
pydruid==0.6.0
pyhive==0.6.2
pylint==1.9.2
redis==3.5.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.7", "requests==2.22.0"],
"druid": ["pydruid==0.6.0", "requests==2.22.0"],
"hana": ["hdbcli==2.4.162", "sqlalchemy_hana==0.4.0"],
"dremio": ["sqlalchemy_dremio>=1.1.0"],
"cockroachdb": ["cockroachdb==0.3.3"],
Expand Down

0 comments on commit 1a6b9d7

Please sign in to comment.