Skip to content

Commit 3a42466

Browse files
author
Himanshu Singh
committed
fix: bump cassandra-driver minimum to 3.26.0 for execution_profile support in execute_concurrent_with_args
Signed-off-by: Himanshu Singh <himanshu.singh@walmart.com>
1 parent 4d21842 commit 3a42466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ azure = [
5454
"pyodbc>=4.0.30",
5555
"pymssql<2.3.3"
5656
]
57-
cassandra = ["cassandra-driver>=3.24.0,<4"]
57+
cassandra = ["cassandra-driver>=3.26.0,<4"]
5858
clickhouse = ["clickhouse-connect>=0.7.19"]
5959
couchbase = ["couchbase==4.3.2", "couchbase-columnar==1.0.0"]
6060
delta = ["deltalake<1.0.0"]

0 commit comments

Comments
 (0)