Skip to content

Commit

Permalink
chore(deps): update dependency duckdb to v1 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent 5cf92bf commit eed6cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"google-cloud-bigquery-storage>=2,<3",
],
"dev": [
"duckdb>=0.9,<0.11",
"duckdb>=0.9,<1.1",
"mypy>=1.10.0,<1.11",
"openai>=1.30,<1.31",
"pandas>=2,<3",
Expand All @@ -53,7 +53,7 @@
"pymdown-extensions",
],
"duckdb": [
"duckdb>=0.9,<0.11",
"duckdb>=0.9,<1.1",
"pandas>=2,<3",
],
"openai": [
Expand Down

0 comments on commit eed6cd1

Please sign in to comment.