Skip to content

Commit 40e64b0

Browse files
committed
chore: add ADBC drivers to test dependencies for CI coverage
1 parent c8201ba commit 40e64b0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ test = [
5353
"pandas-stubs>=2.0.0",
5454
"bandit>=1.7.8",
5555
"pandas>=2.0.0",
56-
"pyarrow>=17.0.0",
56+
"pyarrow>=18.0.0",
57+
"adbc-driver-flightsql>=1.3.0",
58+
"adbc-driver-manager>=1.3.0",
5759
]
5860
params = [
5961
"adbc-driver-flightsql>=1.3.0",

0 commit comments

Comments
 (0)