Skip to content

Commit

Permalink
fix(driver): bumping DuckDB to 0.9.2 (apache#25718)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Oct 20, 2023
1 parent 9972ac6 commit 4ac8f82
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 @@ -154,7 +154,7 @@ def get_git_sha() -> str:
"dremio": ["sqlalchemy-dremio>=1.1.5, <1.3"],
"drill": ["sqlalchemy-drill==0.1.dev"],
"druid": ["pydruid>=0.6.5,<0.7"],
"duckdb": ["duckdb-engine==0.8.1"],
"duckdb": ["duckdb-engine==0.9.2"],
"dynamodb": ["pydynamodb>=0.4.2"],
"solr": ["sqlalchemy-solr >= 0.2.0"],
"elasticsearch": ["elasticsearch-dbapi>=0.2.9, <0.3.0"],
Expand Down

0 comments on commit 4ac8f82

Please sign in to comment.