Skip to content

chore(deps): update dependency duckdb to v1.5.3#7

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/duckdb-1.x
Open

chore(deps): update dependency duckdb to v1.5.3#7
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/duckdb-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 28, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
duckdb (changelog) ==1.3.0==1.5.3 age confidence

Release Notes

duckdb/duckdb-python (duckdb)

v1.5.3: Bugfix Release

Compare Source

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

What's Changed in DuckDB Python

Full Changelog: duckdb/duckdb-python@v1.5.2...v1.5.3

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 becomes conflicted, 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.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @renovate[bot]! 👋

Your private repo does not have access to Sourcery.

Please upgrade to continue using Sourcery ✨

@renovate renovate Bot force-pushed the renovate/duckdb-1.x branch from 71827df to c39fe08 Compare July 12, 2025 23:54
@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 12, 2025
@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 17, 2025
@renovate renovate Bot force-pushed the renovate/duckdb-1.x branch from c39fe08 to 7ff3b9a Compare September 17, 2025 08:07
@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 8, 2025
@renovate renovate Bot force-pushed the renovate/duckdb-1.x branch from 7ff3b9a to 32c000c Compare October 8, 2025 22:39
@renovate renovate Bot force-pushed the renovate/duckdb-1.x branch from 32c000c to 4a22661 Compare November 16, 2025 16:15
@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 16, 2025
@renovate renovate Bot force-pushed the renovate/duckdb-1.x branch from 4a22661 to e32bcd4 Compare December 12, 2025 00:08
@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 12, 2025
@renovate renovate Bot force-pushed the renovate/duckdb-1.x branch from e32bcd4 to e627a68 Compare January 28, 2026 23:53
@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 28, 2026
@renovate renovate Bot force-pushed the renovate/duckdb-1.x branch from e627a68 to fdf7085 Compare March 14, 2026 15:17
@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 14, 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 31, 2026
@renovate renovate Bot force-pushed the renovate/duckdb-1.x branch from fdf7085 to 48ea5b7 Compare March 31, 2026 08:07
@guardrails

guardrails Bot commented Mar 31, 2026

Copy link
Copy Markdown

⚠️ We detected 1 security issue in this pull request:

Vulnerable Libraries (1)
Severity Details
Low pkg:pypi/pygments@2.19.1 (t) upgrade to: 2.20.0

More info on how to fix Vulnerable Libraries in Python.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

@renovate renovate Bot force-pushed the renovate/duckdb-1.x branch from 48ea5b7 to 5269faf Compare April 15, 2026 19:21
@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 15, 2026
@renovate renovate Bot changed the title chore(deps): update dependency duckdb to v1.5.2 chore(deps): update dependency duckdb to v1.5.3 May 22, 2026
@renovate renovate Bot force-pushed the renovate/duckdb-1.x branch from 5269faf to 6a4f1a8 Compare May 22, 2026 07:48
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