Skip to content

Commit a09b04c

Browse files
Bump duckdb from 0.10.3 to 1.0.0 (#793)
Bumps [duckdb](https://github.com/duckdb/duckdb) from 0.10.3 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.3...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>
1 parent 18448fd commit a09b04c

File tree

2 files changed

+49
-50
lines changed

2 files changed

+49
-50
lines changed

poetry.lock

Lines changed: 48 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ zstandard = ">=0.13.0,<1.0.0"
6060
tenacity = ">=8.2.3,<9.0.0"
6161
pyarrow = { version = ">=9.0.0,<17.0.0", optional = true }
6262
pandas = { version = ">=1.0.0,<3.0.0", optional = true }
63-
duckdb = { version = ">=0.5.0,<1.0.0", optional = true }
63+
duckdb = { version = ">=0.5.0,<2.0.0", optional = true }
6464
ray = { version = ">=2.0.0,<2.10.0", optional = true }
6565
python-snappy = { version = ">=0.6.0,<1.0.0", optional = true }
6666
thrift = { version = ">=0.13.0,<1.0.0", optional = true }

0 commit comments

Comments
 (0)