Skip to content

chore(deps): update dependency duckdb to v1.5.2#1376

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 12, 2025

This PR contains the following updates:

Package Change Age Confidence
duckdb (changelog) 1.2.11.5.2 age confidence

Release Notes

duckdb/duckdb-python (duckdb)

v1.5.2: Bugfix Release

Compare Source

See the DuckDB core release notes here: https://github.com/duckdb/duckdb/releases/tag/v1.5.2

What's Changed in duckdb-python

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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/duckdb-1.x-lockfile branch from d1d4fa6 to 3799934 Compare December 9, 2025 13: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 3799934 to 58ad38e Compare January 26, 2026 14:08
@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 force-pushed the renovate/duckdb-1.x-lockfile branch from 58ad38e to 7b2f3fb Compare March 9, 2026 17:51
@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 force-pushed the renovate/duckdb-1.x-lockfile branch from 7b2f3fb to 7ce287d Compare March 23, 2026 13:13
@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
@renovate renovate bot changed the title chore(deps): update dependency duckdb to v1.5.1 chore(deps): update dependency duckdb to v1.5.2 Apr 13, 2026
@renovate renovate bot force-pushed the renovate/duckdb-1.x-lockfile branch from 7ce287d to d209afe Compare April 13, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants