Skip to content

chore(deps): update dependency duckdb to v1.5.1#1293

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/duckdb-1.x-lockfile
Open

chore(deps): update dependency duckdb to v1.5.1#1293
renovate[bot] wants to merge 1 commit intomainfrom
renovate/duckdb-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 11, 2025

This PR contains the following updates:

Package Change Age Confidence
duckdb (changelog) 1.2.11.5.1 age confidence

Release Notes

duckdb/duckdb-python (duckdb)

v1.5.1: Bugfix Release

Compare Source

DuckDB core v1.5.1 Changelog: duckdb/duckdb@v1.5.0...v1.5.1

What's Changed

  • Re-added basic support for the GEOMETRY type

v1.5.0: DuckDB Python 1.5.0 "Variegata"

Compare Source

This is the 1.5.0 release of DuckDB's Python bindings. For a list of changes in DuckDB core, have a look at the DuckDB release notes and the blogpost.

Breaking Changes
  • Dropped Python 3.9 support. The minimum supported version is now Python 3.10.
  • Removed deprecated duckdb.typing and duckdb.functional modules. These were deprecated in 1.4.0. Use duckdb.sqltypes and duckdb.func instead.
  • Renamed column parameter to expression in relational API functions (e.g., min, max, sum, mean, etc.) to better reflect that these accept expressions, not just column names.
  • Deprecated fetch_arrow_table() and fetch_record_batch() on connections and relations. Use the new to_arrow_table() and to_arrow_reader() methods instead.
New Features
  • Polars LazyFrame projection and filter pushdown. DuckDB can now push down projections and filters when scanning Polars LazyFrames, including support for cast nodes and unstrict casts.
  • Polars Int128 / UInt128 support.
  • VARIANT type support — Python conversion, NumPy array wrapping, and type stubs.
  • TIME_NS type support — nanosecond-precision time values across Python, NumPy, and Spark type systems.
  • Profiling API — new get_profiling_info() and get_profiling_json() methods on connections, plus a refactored query_graph module with improved HTML visualization (dark mode, expandable phases, depth).
  • to_arrow_table() and to_arrow_reader() — new methods on connections and relations as the preferred Arrow export API.
Performance
  • __arrow_c_stream__ on relations — relations now export via the Arrow PyCapsule interface using PhysicalArrowCollector for zero-copy streaming.
  • Unified Arrow stream scanning via __arrow_c_stream__, with filter pushdown only when pyarrow is present.
  • Arrow schema caching to avoid repeated lookups during scanning.
  • Arrow object type caching to avoid repeated detection.
  • Empty params treated as None for .sql() — avoids unnecessary parameter binding overhead.
  • Simplified GIL management for FetchRow.
Bug Fixes
  • Fixed Python object leak in scalar UDFsPyObject_CallObject return values are now properly stolen to avoid reference count leaks.
  • Fixed reference cycle between connections and relations that could prevent garbage collection.
  • Relations now hold a reference to their connection, preventing premature connection closure.
  • Fixed fsspec race condition in the Python filesystem implementation.
  • Fixed numeric conversion logic — improved handling of large integers (fallback to VARCHAR) and UNION types.
  • pyarrow.dataset import is now optional — no longer fails if pyarrow is installed without the dataset module.
  • Thrown a reasonable error when an Arrow array stream has already been consumed.
Build & Packaging
  • jemalloc enabled on Linux x86_64 only (aligned with DuckDB core), removed as a separately bundled extension.
  • MSVC runtime linked statically on Windows — eliminates the VS2019 workaround from duckdb/duckdb#17991.

v1.4.4: Bugfix Release

Compare Source

DuckDB core v1.4.4 Changelog: duckdb/duckdb@v1.4.3...v1.4.4

What's Changed in the Python Extension

Full Changelog: duckdb/duckdb-python@v1.4.3...v1.4.4

v1.4.3: Python DuckDB v1.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: duckdb/duckdb-python@v1.4.2...v1.4.3

v1.4.2: Python DuckDB v1.4.2

Compare Source

This is a bug fix release for various issues discovered after we released v1.4.1.

Also see the DuckDB v1.4.2 Changelog.

What's Changed

Full Changelog: duckdb/duckdb-python@v1.4.1...v1.4.2

v1.4.1

Compare Source

DuckDB Core: v1.4.1

Bug Fixes
  • ADBC Driver: Fixed ADBC driver implementation (#​81)
  • SQLAlchemy compatibility: Added __hash__ method overload (#​61)
  • Error Handling: Reset PyErr before throwing Python exceptions (#​69)
  • Polars Lazyframes: Fixed Polars expression pushdown (#​102)
Code Quality Improvements & Developer Experience
  • MyPy Support: MyPy is functional again and better integrated with the dev workflow
  • Stubs: Re-created and manually curated stubs for the binary extension
  • Type Shadowing: Deprecated typing and functional modules
  • Linting & Formatting: Comprehensive code quality improvements with Ruff
  • Type Annotations: Added missing overloads and improved type coverage
  • Pre-commit Integration: Added ruff, clang-format, cmake-format and mypy configs
  • CI/CD: Added code quality workflow

v1.4.0

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source


Configuration

📅 Schedule: Branch creation - "after 5pm on friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Issues and PRs related to dependency management label Apr 11, 2025
@renovate renovate bot enabled auto-merge (squash) April 11, 2025 19:41
@renovate renovate bot force-pushed the renovate/duckdb-1.x-lockfile branch from 003656a to ba0d7af Compare April 25, 2025 19:49
@renovate renovate bot force-pushed the renovate/duckdb-1.x-lockfile branch from ba0d7af to f4902c1 Compare May 21, 2025 19:54
@renovate renovate bot changed the title chore(deps): update dependency duckdb to v1.2.2 chore(deps): update dependency duckdb to v1.3.0 May 21, 2025
@renovate renovate bot force-pushed the renovate/duckdb-1.x-lockfile branch from f4902c1 to 72a8574 Compare June 16, 2025 19:46
@renovate renovate bot changed the title chore(deps): update dependency duckdb to v1.3.0 chore(deps): update dependency duckdb to v1.3.1 Jun 16, 2025
@renovate renovate bot force-pushed the renovate/duckdb-1.x-lockfile branch from 72a8574 to ccf2822 Compare July 8, 2025 13:12
@renovate renovate bot changed the title chore(deps): update dependency duckdb to v1.3.1 chore(deps): update dependency duckdb to v1.3.2 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/duckdb-1.x-lockfile branch from ccf2822 to c42fa63 Compare September 16, 2025 15:38
@renovate renovate bot changed the title chore(deps): update dependency duckdb to v1.3.2 chore(deps): update dependency duckdb to v1.4.0 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/duckdb-1.x-lockfile branch from c42fa63 to 1b14cd6 Compare October 7, 2025 11:02
@renovate renovate bot changed the title chore(deps): update dependency duckdb to v1.4.0 chore(deps): update dependency duckdb to v1.4.1 Oct 7, 2025
@renovate renovate bot force-pushed the renovate/duckdb-1.x-lockfile branch from 1b14cd6 to d9c81a8 Compare November 12, 2025 18:03
@renovate renovate bot changed the title chore(deps): update dependency duckdb to v1.4.1 chore(deps): update dependency duckdb to v1.4.2 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/duckdb-1.x-lockfile branch from d9c81a8 to 81d087d Compare December 4, 2025 17:05
@renovate renovate bot changed the title chore(deps): update dependency duckdb to v1.4.2 chore(deps): update dependency duckdb to v1.4.3 Dec 9, 2025
@renovate renovate bot force-pushed the renovate/duckdb-1.x-lockfile branch from 81d087d to 6536825 Compare December 9, 2025 13:39
@renovate renovate bot force-pushed the renovate/duckdb-1.x-lockfile branch from 6536825 to a10a582 Compare January 26, 2026 14:07
@renovate renovate bot changed the title chore(deps): update dependency duckdb to v1.4.3 chore(deps): update dependency duckdb to v1.4.4 Jan 26, 2026
@renovate renovate bot changed the title chore(deps): update dependency duckdb to v1.4.4 chore(deps): update dependency duckdb to v1.5.0 Mar 9, 2026
@renovate renovate bot changed the title chore(deps): update dependency duckdb to v1.5.0 chore(deps): update dependency duckdb to v1.5.1 Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issues and PRs related to dependency management

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants