Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 062d5cb

Browse files
committed
Bump to latest version of DuckDB
1 parent 9d99ceb commit 062d5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ cryptography = {version="*", optional=true}
3636
trino = {version="^0.314.0", optional=true}
3737
presto-python-client = {version="*", optional=true}
3838
clickhouse-driver = {version="*", optional=true}
39-
duckdb = {version="^0.6.0", optional=true}
39+
duckdb = {version="^0.7.0", optional=true}
4040
textual = {version="^0.9.1", optional=true}
4141
textual-select = {version="*", optional=true}
4242

4343
[tool.poetry.dev-dependencies]
4444
parameterized = "*"
4545
unittest-parallel = "*"
4646

47-
duckdb = "^0.6.0"
47+
duckdb = "^0.7.0"
4848
mysql-connector-python = "*"
4949
psycopg2 = "*"
5050
snowflake-connector-python = "^2.7.2"

0 commit comments

Comments
 (0)