Skip to content

Commit

Permalink
Bump duckdb from 0.10.2 to 1.0.0 (#247)
Browse files Browse the repository at this point in the history
Bumps [duckdb](https://github.com/duckdb/duckdb) from 0.10.2 to 1.0.0.
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Changelog](https://github.com/duckdb/duckdb/blob/main/tools/release-pip.py)
- [Commits](duckdb/duckdb@v0.10.2...v1.0.0)

---
updated-dependencies:
- dependency-name: duckdb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 29b4568 commit 58b71dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ bigquery =[
"pyarrow >= 11.0.0"
]
duckdb = [
"duckdb==0.10.2"
"duckdb==1.0.0"
]
polars = [
"polars>=0.19.6"
Expand Down

0 comments on commit 58b71dd

Please sign in to comment.