chore(deps): update duckdb requirement from <=1.2.1,>=0.10.0 to >=0.10.0,<=1.3.0
Open
Number: #45
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: None
Comments: 1
Association: None
Comments: 1
Created:
June 09, 2025 at 06:13 AM UTC
(about 1 year ago)
(about 1 year ago)
Updated:
June 09, 2025 at 08:19 PM UTC
(about 1 year ago)
(about 1 year ago)
Labels:
dependencies python
dependencies python
Description:
Updates the requirements on duckdb to permit the latest version.
Release notes
Sourced from duckdb's releases.
DuckDB 1.3.0 "Ossivalis"
This release of DuckDB is named "Ossivalis" after Bucephala Ossivalis, an ancestor of the Goldeneye duck that lived Millions of years ago.
Please also refer to the announcement blog post: https://duckdb.org/2025/05/21/announcing-duckdb-130
What's Changed
- V1.2 histrionicus by
@Mytherinin duckdb/duckdb#16070- V1.2 histrionicus by
@Mytherinin duckdb/duckdb#16072- unittests: clear test directory after every test by
@Mytherinin duckdb/duckdb#16053- Benchmark runner: catch and log errors + add support for
retry load Nsyntax by@Mytherinin duckdb/duckdb#16054- Throw an error when unsupported commands are used in concurrentloop by
@Mytherinin duckdb/duckdb#16009- Remove extension definitions to prevent re-compilation of the entire system on commit by
@Mytherinin duckdb/duckdb#15955- Display schema information of currently selected database only by
@ashwaniYDVin duckdb/duckdb#15815- Issue #14366: Average Intervals by
@hawkfishin duckdb/duckdb#15864- Internal #2176: Temporal AVG by
@hawkfishin duckdb/duckdb#15661- discussions #15981: remove confusing comment in "duckdb/tools/shell/shell.cpp" by
@komainu8in duckdb/duckdb#15984- Fix #15466 Transform LIMIT or OFFSET first based on order specified in prepared statement by
@ashwaniYDVin duckdb/duckdb#15484- Bitpacking mode info by
@arjenpdevriesin duckdb/duckdb#15623- Sniff Timestamp_TZ from CSV FIles by
@pdetin duckdb/duckdb#15730- [no-op] Add documentation for filesystem read behavior by
@dentinyin duckdb/duckdb#15937- Accept "Auto" as date/timestamp format by
@pdetin duckdb/duckdb#15808- Parquet Reader Cleanup: Move ColumnReaders to separate files by
@Mytherinin duckdb/duckdb#16092- Parquet Reader: Move decoding logic into separate Decoder classes by
@Mytherinin duckdb/duckdb#16100- BundleStaticLibs to be also triggered by InvokeCI by
@carlopiin duckdb/duckdb#16107- Parquet Reader: Split DeltaLengthByteArray decoder from DeltaByteArray, and read the strings in a streaming manner by
@Mytherinin duckdb/duckdb#16105- Parquet Dictionary reader: set NULL values as the last value in the dictionary by
@Mytherinin duckdb/duckdb#16106- Parquet Reader: Share ResizeableBuffers across decoders, and unify Plain/PlainReference by
@Mytherinin duckdb/duckdb#16113- Using GitHub ARM runners for Linux CLI builds by
@hannesin duckdb/duckdb#16119- Parquet Reader: Implement dedicated Skip method by
@Mytherinin duckdb/duckdb#16117- Use ColumnSegment::FilterSelection and SelectionVector for filtering in Parquet scans by
@Mytherinin duckdb/duckdb#16126- [Dev] Fix output (long lines > 333 characters) getting truncated in shell by
@Tishjin duckdb/duckdb#16128- Adaptive table filter: initialize filter order based on heuristics by
@Mytherinin duckdb/duckdb#16127- Feature #16044: TimeZone Offset Seconds by
@hawkfishin duckdb/duckdb#16048- ATTACH OR REPLACE database to allow swapping of new data. by
@xevixin duckdb/duckdb#15355- [Dev] Remove
upsert_conflict_in_different_chunk.testby@Tishjin duckdb/duckdb#15980- [Dev] Fix issue related to unpacked columns and the NOT operator by
@Tishjin duckdb/duckdb#15534- [Julia] Add support for named params in prepared statements by
@tqmlin duckdb/duckdb#15621- Use Adaptive Filters in the Parquet reader by
@Mytherinin duckdb/duckdb#16133- Parquet reader: push table filters directly into dictionaries by
@Mytherinin duckdb/duckdb#16136- Parquet reader: Plain templates - make CHECKED a template parameter, and use memcpy/bulk skip when reading/skipping without defines by
@Mytherinin duckdb/duckdb#16141- Parquet reader: only set invalid entry in the dictionary when the column has defines by
@Mytherinin duckdb/duckdb#16144- Add uniq_ptr_cast for interpreted benchmark. by
@Tmonsterin duckdb/duckdb#16151- Hopefully fixing ci runs by
@hannesin duckdb/duckdb#16150- Removed the last CI job that used the Ubuntu 18 setup by
@hannesin duckdb/duckdb#16155- Parquet Reader: Split
CreateReaderinto two separate stages -ParseSchemaandCreateReaderby@Mytherinin duckdb/duckdb#16161- Have CSV Parellel tests on CI again by
@pdetin duckdb/duckdb#16164- [Python][Dev] Bump the minimum pybind11 version from
2.6to2.9by@Tishjin duckdb/duckdb#16159- Add StackTraces to FatalExceptions by
@NiclasHadererin duckdb/duckdb#16158- Rework invoke by
@carlopiin duckdb/duckdb#16108- Adds pre-optimization hooks for DuckDB by
@NiclasHadererin duckdb/duckdb#16115
... (truncated)
Commits
7ce5f1aFix setup.py to correctly handle OVERRIDE_GIT_DESCRIBEdbd39b2add test for nulls with fixed size binary arrow arrays1f0067f[CSV Reader] Detect SQLNULL types for schema merging, use schema merging in c...ca4df2e[Python Dev] Fix failing tests for the Python SQLLogicTester (#17529)4fbe38a[Python Dev] Usingreinterpret_stealbreaks the refcount of the passed-in o...88cac3ffix up failing tests025cd71using reinterpret_steal breaks the refcount of the passed-in object, resultin...e47ed82Merge remote-tracking branch 'upstream/main' into csv_glob_types13db15bdont use versions that make the absence of the section in the pyproject.toml ...2fdd0c5Revert "Fix: pyproject.toml does not contain a tool.setuptools_scm section"- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Package:
duckdb
Ecosystem:
pip
pip
Version Change:
<=1.2.1,>=0.10.0 → >=0.10.0,<=1.3.0
Update Type:
Minor
Minor
Technical Details
| ID: | 1379655 |
| UUID: | 3129269712 |
| Node ID: | PR_kwDOOMEdyc6ZoSeE |
| Host: | GitHub |
| Repository: | aignostics/python-sdk |