Skip to content

Commit

Permalink
Fix clickhouse-connect version
Browse files Browse the repository at this point in the history
  • Loading branch information
genzgd committed Mar 7, 2023
1 parent f7e7652 commit 157dc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get_git_sha() -> str:
"sqlalchemy-bigquery>=1.5.0",
"google-cloud-bigquery>=3.4.0",
],
"clickhouse": ["clickhouse-connect>=0.4.6, <0.5"],
"clickhouse": ["clickhouse-connect>=0.5.14, <1.0"],
"cockroachdb": ["cockroachdb>=0.3.5, <0.4"],
"cors": ["flask-cors>=2.0.0"],
"crate": ["crate[sqlalchemy]>=0.26.0, <0.27"],
Expand Down

0 comments on commit 157dc69

Please sign in to comment.