Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2025

Bumps duckdb from 1.3.0 to 1.3.1.

Release notes

Sourced from duckdb's releases.

v1.3.1 Bugfix Release

This is a bug fix release for various issues discovered after we released 1.3.0 "Ossivalis". There are no new major features, just bug fixes. Database files created by DuckDB versions all the way back to v0.9 can be read by this version.

What's Changed

... (truncated)

Commits
  • cf42228 Make sure distance is always an int when doing version bumps in setup.py (#17...
  • 89638a5 Make sure distance is always an int when doing version bumps in setup.py
  • 7b87023 stringstream: Wrap as duckdb::stringstream, and imbue with locale::classic on...
  • f79594b duckdb_base_std:: plus compile time test on discontinued functions (#17866)
  • e61a68d Move from duckdb/wrapped/std to duckdb/original/std, and review comments
  • 00fa790 Add urllib3 dependency and improve fixture download reliability
  • 4ea0812 duckdb_wrapped::std: tools/shell
  • 4552235 Use fixed StringUtil::CharacterIsSpace instead of locale-dependent std::isspace
  • 6d6324a arrow_output_version option to produce arrow depending on a format version. (...
  • c3248fb Have to setup the format due to the change on the default
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [duckdb](https://github.com/duckdb/duckdb) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Changelog](https://github.com/duckdb/duckdb/blob/main/tools/release-pip.py)
- [Commits](duckdb/duckdb@v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: duckdb
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 17, 2025
@kevinjqliu kevinjqliu merged commit 73d484e into main Jun 17, 2025
10 checks passed
@kevinjqliu kevinjqliu deleted the dependabot/pip/duckdb-1.3.1 branch June 17, 2025 03:43
NikitaMatskevich pushed a commit to NikitaMatskevich/iceberg-python that referenced this pull request Jun 17, 2025
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [duckdb](https://github.com/duckdb/duckdb) from 1.3.0 to 1.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/duckdb/duckdb/releases">duckdb's
releases</a>.</em></p>
<blockquote>
<h2>v1.3.1 Bugfix Release</h2>
<p>This is a bug fix release for various issues discovered after we
released 1.3.0 &quot;Ossivalis&quot;. There are no new major features,
just bug fixes. Database files created by DuckDB versions all the way
back to v0.9 can be read by this version.</p>
<h2>What's Changed</h2>
<ul>
<li>MultiFileReader: Fix for handling nested list/map default values by
<a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17589">duckdb/duckdb#17589</a></li>
<li>Signed to Unsigned is not reversible by <a
href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17571">duckdb/duckdb#17571</a></li>
<li>[Dev][CLI] Use an unused bit for
<code>DUCKDB_LATEST_STORAGE_VERSION</code> by <a
href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17598">duckdb/duckdb#17598</a></li>
<li>minor restructure MAIN_BRANCH_VERSIONING by <a
href="https://github.com/c-herrewijn"><code>@​c-herrewijn</code></a> in
<a
href="https://redirect.github.com/duckdb/duckdb/pull/17601">duckdb/duckdb#17601</a></li>
<li>Main branch versioning set to false by <a
href="https://github.com/c-herrewijn"><code>@​c-herrewijn</code></a> in
<a
href="https://redirect.github.com/duckdb/duckdb/pull/17602">duckdb/duckdb#17602</a></li>
<li>Generate correct UUID v7 by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17612">duckdb/duckdb#17612</a></li>
<li>Issue <a
href="https://redirect.github.com/duckdb/duckdb/issues/17606">#17606</a>:
Disable TIMESTAMPTZ Casts by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17614">duckdb/duckdb#17614</a></li>
<li>Bugfixes by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17543">duckdb/duckdb#17543</a></li>
<li>Improve Windows lock conflict error by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17622">duckdb/duckdb#17622</a></li>
<li>Actually initialize in batch copy to file by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17627">duckdb/duckdb#17627</a></li>
<li>Issue <a
href="https://redirect.github.com/duckdb/duckdb/issues/17621">#17621</a>:
Streaming Window Reset by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17649">duckdb/duckdb#17649</a></li>
<li>CLI: Print codename for '-version' by <a
href="https://github.com/szarnyasg"><code>@​szarnyasg</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17637">duckdb/duckdb#17637</a></li>
<li>[Python][Dev] Ignore <code>DYNAMIC_FILTER</code> TableFilters in
filter pushdown by <a
href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17657">duckdb/duckdb#17657</a></li>
<li>[Dev] Throw if <code>db</code> is not available yet in setting
certain configuration options by <a
href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17659">duckdb/duckdb#17659</a></li>
<li>chore: Fix initialization by <a
href="https://github.com/krlmlr"><code>@​krlmlr</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17643">duckdb/duckdb#17643</a></li>
<li>chore: Fix initialization by <a
href="https://github.com/krlmlr"><code>@​krlmlr</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17644">duckdb/duckdb#17644</a></li>
<li>DefaultSecretGenerator: require lock for modifying
persistent_secrets by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17650">duckdb/duckdb#17650</a></li>
<li>initialize the read with the OpenFile info and not just the path by
<a href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17652">duckdb/duckdb#17652</a></li>
<li>Don't bail on TopN optimization if we don't have a cardinality by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17654">duckdb/duckdb#17654</a></li>
<li>Fixes for CSV fuzzer tests by <a
href="https://github.com/pdet"><code>@​pdet</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17678">duckdb/duckdb#17678</a></li>
<li>chore: Fix strict aliasing warning on GCC by <a
href="https://github.com/krlmlr"><code>@​krlmlr</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17641">duckdb/duckdb#17641</a></li>
<li>Partitioned copy: don't check if file exists for remote files by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17689">duckdb/duckdb#17689</a></li>
<li>Fix version detection for sdist builds without git info by <a
href="https://github.com/evertlammerts"><code>@​evertlammerts</code></a>
in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17605">duckdb/duckdb#17605</a></li>
<li>Bugfixes by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17695">duckdb/duckdb#17695</a></li>
<li>Do not get file handle unnecessarily. by <a
href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17698">duckdb/duckdb#17698</a></li>
<li>Allow table functions to disable statement caching by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17702">duckdb/duckdb#17702</a></li>
<li>[SQLLogicTester] Replace keywords in
<code>&lt;FILE&gt;:pattern</code> result for the <code>query</code>
statement by <a href="https://github.com/Tishj"><code>@​Tishj</code></a>
in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17710">duckdb/duckdb#17710</a></li>
<li>Parquet Reader: only read strings as fixed length strings if the
type is FIXED_LEN_BYTE_ARRAY by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17723">duckdb/duckdb#17723</a></li>
<li>Internal <a
href="https://redirect.github.com/duckdb/duckdb/issues/5022">#5022</a>:
IN Pushdown Equalities by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17731">duckdb/duckdb#17731</a></li>
<li>Internal <a
href="https://redirect.github.com/duckdb/duckdb/issues/4995">#4995</a>:
Commutative INTERVAL Multiply by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17730">duckdb/duckdb#17730</a></li>
<li>Issue <a
href="https://redirect.github.com/duckdb/duckdb/issues/17725">#17725</a>:
Quantile NaN Compare by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17761">duckdb/duckdb#17761</a></li>
<li>Backport CI fixes by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17763">duckdb/duckdb#17763</a></li>
<li>Have the skip_rows option consider empty csv lines by <a
href="https://github.com/pdet"><code>@​pdet</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17756">duckdb/duckdb#17756</a></li>
<li>Fix wrong assertion in Parquet DBP encoder by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17746">duckdb/duckdb#17746</a></li>
<li>CLI: make -f always bail on error by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17768">duckdb/duckdb#17768</a></li>
<li>Don't Flatten() then Reference() by <a
href="https://github.com/hannes"><code>@​hannes</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17769">duckdb/duckdb#17769</a></li>
<li>[Dev] Fix <code>TRY</code> expression crash on literals by <a
href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17753">duckdb/duckdb#17753</a></li>
<li>Pop up ICU errors to the csv sniffer by <a
href="https://github.com/pdet"><code>@​pdet</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17719">duckdb/duckdb#17719</a></li>
<li>[Nested] Fix incorrect type casting in list_reduce lambda
expressions by <a
href="https://github.com/maiadegraaf"><code>@​maiadegraaf</code></a> in
<a
href="https://redirect.github.com/duckdb/duckdb/pull/17581">duckdb/duckdb#17581</a></li>
<li>[chore] Avoid caching msys artifacts on PRs by <a
href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17777">duckdb/duckdb#17777</a></li>
<li>Skip encodings and spatial extensions on PRs by <a
href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17775">duckdb/duckdb#17775</a></li>
<li>Add <code>FileBufferType::EXTERNAL_FILE</code> and add to same queue
as <code>FileBufferType::BLOCK</code> by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17771">duckdb/duckdb#17771</a></li>
<li>Storge the argument and value of arg_min_max in the state as a
unique_ptr by <a href="https://github.com/pdet"><code>@​pdet</code></a>
in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17749">duckdb/duckdb#17749</a></li>
<li>Physical operator logging by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17752">duckdb/duckdb#17752</a></li>
<li>Take string size into account in <code>GetRowSize</code> in
<code>ParquetWriter</code> by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17793">duckdb/duckdb#17793</a></li>
<li>[CSV Sniffer] Consider if null_padding is set to true when detecting
midcomment line during sniffing by <a
href="https://github.com/pdet"><code>@​pdet</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17751">duckdb/duckdb#17751</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/duckdb/duckdb/commit/cf422282f2c424979ec925d17d166d5dbc7e4bae"><code>cf42228</code></a>
Make sure distance is always an int when doing version bumps in setup.py
(<a
href="https://redirect.github.com/duckdb/duckdb/issues/17">#17</a>...</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/89638a560ecf2cfe3b58220f9cb6a07efd4f6850"><code>89638a5</code></a>
Make sure distance is always an int when doing version bumps in
setup.py</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/7b87023928979a14ac5298187e30816fc83a633a"><code>7b87023</code></a>
stringstream: Wrap as duckdb::stringstream, and imbue with
locale::classic on...</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/f79594b97226ee82dc01332b29649ae78526860d"><code>f79594b</code></a>
<code>duckdb_base_std::</code> plus compile time test on discontinued
functions (<a
href="https://redirect.github.com/duckdb/duckdb/issues/17866">#17866</a>)</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/e61a68dbe575d2ec8eff7bdb8b841722a07b53a2"><code>e61a68d</code></a>
Move from duckdb/wrapped/std to duckdb/original/std, and review
comments</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/00fa790ee6d0332438a2255a6e374e9faada36af"><code>00fa790</code></a>
Add urllib3 dependency and improve fixture download reliability</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/4ea08123cfa517e2f0f5ee22b3305317d7bfa153"><code>4ea0812</code></a>
duckdb_wrapped::std: tools/shell</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/4552235de8f7810e6d792f0ea09f9a79910d12da"><code>4552235</code></a>
Use fixed StringUtil::CharacterIsSpace instead of locale-dependent
std::isspace</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/6d6324a1bdce93aeadb6c5ada8031a4859e2bf4d"><code>6d6324a</code></a>
arrow_output_version option to produce arrow depending on a format
version. (...</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/c3248fb49d61da21f1f7a4baff182deee5008461"><code>c3248fb</code></a>
Have to setup the format due to the change on the default</li>
<li>Additional commits viewable in <a
href="https://github.com/duckdb/duckdb/compare/v1.3.0...v1.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=duckdb&package-manager=pip&previous-version=1.3.0&new-version=1.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
amitgilad3 pushed a commit to amitgilad3/iceberg-python that referenced this pull request Jul 7, 2025
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [duckdb](https://github.com/duckdb/duckdb) from 1.3.0 to 1.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/duckdb/duckdb/releases">duckdb's
releases</a>.</em></p>
<blockquote>
<h2>v1.3.1 Bugfix Release</h2>
<p>This is a bug fix release for various issues discovered after we
released 1.3.0 &quot;Ossivalis&quot;. There are no new major features,
just bug fixes. Database files created by DuckDB versions all the way
back to v0.9 can be read by this version.</p>
<h2>What's Changed</h2>
<ul>
<li>MultiFileReader: Fix for handling nested list/map default values by
<a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17589">duckdb/duckdb#17589</a></li>
<li>Signed to Unsigned is not reversible by <a
href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17571">duckdb/duckdb#17571</a></li>
<li>[Dev][CLI] Use an unused bit for
<code>DUCKDB_LATEST_STORAGE_VERSION</code> by <a
href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17598">duckdb/duckdb#17598</a></li>
<li>minor restructure MAIN_BRANCH_VERSIONING by <a
href="https://github.com/c-herrewijn"><code>@​c-herrewijn</code></a> in
<a
href="https://redirect.github.com/duckdb/duckdb/pull/17601">duckdb/duckdb#17601</a></li>
<li>Main branch versioning set to false by <a
href="https://github.com/c-herrewijn"><code>@​c-herrewijn</code></a> in
<a
href="https://redirect.github.com/duckdb/duckdb/pull/17602">duckdb/duckdb#17602</a></li>
<li>Generate correct UUID v7 by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17612">duckdb/duckdb#17612</a></li>
<li>Issue <a
href="https://redirect.github.com/duckdb/duckdb/issues/17606">#17606</a>:
Disable TIMESTAMPTZ Casts by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17614">duckdb/duckdb#17614</a></li>
<li>Bugfixes by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17543">duckdb/duckdb#17543</a></li>
<li>Improve Windows lock conflict error by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17622">duckdb/duckdb#17622</a></li>
<li>Actually initialize in batch copy to file by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17627">duckdb/duckdb#17627</a></li>
<li>Issue <a
href="https://redirect.github.com/duckdb/duckdb/issues/17621">#17621</a>:
Streaming Window Reset by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17649">duckdb/duckdb#17649</a></li>
<li>CLI: Print codename for '-version' by <a
href="https://github.com/szarnyasg"><code>@​szarnyasg</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17637">duckdb/duckdb#17637</a></li>
<li>[Python][Dev] Ignore <code>DYNAMIC_FILTER</code> TableFilters in
filter pushdown by <a
href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17657">duckdb/duckdb#17657</a></li>
<li>[Dev] Throw if <code>db</code> is not available yet in setting
certain configuration options by <a
href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17659">duckdb/duckdb#17659</a></li>
<li>chore: Fix initialization by <a
href="https://github.com/krlmlr"><code>@​krlmlr</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17643">duckdb/duckdb#17643</a></li>
<li>chore: Fix initialization by <a
href="https://github.com/krlmlr"><code>@​krlmlr</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17644">duckdb/duckdb#17644</a></li>
<li>DefaultSecretGenerator: require lock for modifying
persistent_secrets by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17650">duckdb/duckdb#17650</a></li>
<li>initialize the read with the OpenFile info and not just the path by
<a href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17652">duckdb/duckdb#17652</a></li>
<li>Don't bail on TopN optimization if we don't have a cardinality by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17654">duckdb/duckdb#17654</a></li>
<li>Fixes for CSV fuzzer tests by <a
href="https://github.com/pdet"><code>@​pdet</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17678">duckdb/duckdb#17678</a></li>
<li>chore: Fix strict aliasing warning on GCC by <a
href="https://github.com/krlmlr"><code>@​krlmlr</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17641">duckdb/duckdb#17641</a></li>
<li>Partitioned copy: don't check if file exists for remote files by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17689">duckdb/duckdb#17689</a></li>
<li>Fix version detection for sdist builds without git info by <a
href="https://github.com/evertlammerts"><code>@​evertlammerts</code></a>
in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17605">duckdb/duckdb#17605</a></li>
<li>Bugfixes by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17695">duckdb/duckdb#17695</a></li>
<li>Do not get file handle unnecessarily. by <a
href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17698">duckdb/duckdb#17698</a></li>
<li>Allow table functions to disable statement caching by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17702">duckdb/duckdb#17702</a></li>
<li>[SQLLogicTester] Replace keywords in
<code>&lt;FILE&gt;:pattern</code> result for the <code>query</code>
statement by <a href="https://github.com/Tishj"><code>@​Tishj</code></a>
in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17710">duckdb/duckdb#17710</a></li>
<li>Parquet Reader: only read strings as fixed length strings if the
type is FIXED_LEN_BYTE_ARRAY by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17723">duckdb/duckdb#17723</a></li>
<li>Internal <a
href="https://redirect.github.com/duckdb/duckdb/issues/5022">#5022</a>:
IN Pushdown Equalities by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17731">duckdb/duckdb#17731</a></li>
<li>Internal <a
href="https://redirect.github.com/duckdb/duckdb/issues/4995">#4995</a>:
Commutative INTERVAL Multiply by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17730">duckdb/duckdb#17730</a></li>
<li>Issue <a
href="https://redirect.github.com/duckdb/duckdb/issues/17725">#17725</a>:
Quantile NaN Compare by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17761">duckdb/duckdb#17761</a></li>
<li>Backport CI fixes by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17763">duckdb/duckdb#17763</a></li>
<li>Have the skip_rows option consider empty csv lines by <a
href="https://github.com/pdet"><code>@​pdet</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17756">duckdb/duckdb#17756</a></li>
<li>Fix wrong assertion in Parquet DBP encoder by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17746">duckdb/duckdb#17746</a></li>
<li>CLI: make -f always bail on error by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17768">duckdb/duckdb#17768</a></li>
<li>Don't Flatten() then Reference() by <a
href="https://github.com/hannes"><code>@​hannes</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17769">duckdb/duckdb#17769</a></li>
<li>[Dev] Fix <code>TRY</code> expression crash on literals by <a
href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17753">duckdb/duckdb#17753</a></li>
<li>Pop up ICU errors to the csv sniffer by <a
href="https://github.com/pdet"><code>@​pdet</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17719">duckdb/duckdb#17719</a></li>
<li>[Nested] Fix incorrect type casting in list_reduce lambda
expressions by <a
href="https://github.com/maiadegraaf"><code>@​maiadegraaf</code></a> in
<a
href="https://redirect.github.com/duckdb/duckdb/pull/17581">duckdb/duckdb#17581</a></li>
<li>[chore] Avoid caching msys artifacts on PRs by <a
href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17777">duckdb/duckdb#17777</a></li>
<li>Skip encodings and spatial extensions on PRs by <a
href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17775">duckdb/duckdb#17775</a></li>
<li>Add <code>FileBufferType::EXTERNAL_FILE</code> and add to same queue
as <code>FileBufferType::BLOCK</code> by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17771">duckdb/duckdb#17771</a></li>
<li>Storge the argument and value of arg_min_max in the state as a
unique_ptr by <a href="https://github.com/pdet"><code>@​pdet</code></a>
in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17749">duckdb/duckdb#17749</a></li>
<li>Physical operator logging by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17752">duckdb/duckdb#17752</a></li>
<li>Take string size into account in <code>GetRowSize</code> in
<code>ParquetWriter</code> by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17793">duckdb/duckdb#17793</a></li>
<li>[CSV Sniffer] Consider if null_padding is set to true when detecting
midcomment line during sniffing by <a
href="https://github.com/pdet"><code>@​pdet</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17751">duckdb/duckdb#17751</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/duckdb/duckdb/commit/cf422282f2c424979ec925d17d166d5dbc7e4bae"><code>cf42228</code></a>
Make sure distance is always an int when doing version bumps in setup.py
(<a
href="https://redirect.github.com/duckdb/duckdb/issues/17">#17</a>...</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/89638a560ecf2cfe3b58220f9cb6a07efd4f6850"><code>89638a5</code></a>
Make sure distance is always an int when doing version bumps in
setup.py</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/7b87023928979a14ac5298187e30816fc83a633a"><code>7b87023</code></a>
stringstream: Wrap as duckdb::stringstream, and imbue with
locale::classic on...</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/f79594b97226ee82dc01332b29649ae78526860d"><code>f79594b</code></a>
<code>duckdb_base_std::</code> plus compile time test on discontinued
functions (<a
href="https://redirect.github.com/duckdb/duckdb/issues/17866">#17866</a>)</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/e61a68dbe575d2ec8eff7bdb8b841722a07b53a2"><code>e61a68d</code></a>
Move from duckdb/wrapped/std to duckdb/original/std, and review
comments</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/00fa790ee6d0332438a2255a6e374e9faada36af"><code>00fa790</code></a>
Add urllib3 dependency and improve fixture download reliability</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/4ea08123cfa517e2f0f5ee22b3305317d7bfa153"><code>4ea0812</code></a>
duckdb_wrapped::std: tools/shell</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/4552235de8f7810e6d792f0ea09f9a79910d12da"><code>4552235</code></a>
Use fixed StringUtil::CharacterIsSpace instead of locale-dependent
std::isspace</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/6d6324a1bdce93aeadb6c5ada8031a4859e2bf4d"><code>6d6324a</code></a>
arrow_output_version option to produce arrow depending on a format
version. (...</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/c3248fb49d61da21f1f7a4baff182deee5008461"><code>c3248fb</code></a>
Have to setup the format due to the change on the default</li>
<li>Additional commits viewable in <a
href="https://github.com/duckdb/duckdb/compare/v1.3.0...v1.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=duckdb&package-manager=pip&previous-version=1.3.0&new-version=1.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gabeiglio pushed a commit to Netflix/iceberg-python that referenced this pull request Aug 13, 2025
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [duckdb](https://github.com/duckdb/duckdb) from 1.3.0 to 1.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/duckdb/duckdb/releases">duckdb's
releases</a>.</em></p>
<blockquote>
<h2>v1.3.1 Bugfix Release</h2>
<p>This is a bug fix release for various issues discovered after we
released 1.3.0 &quot;Ossivalis&quot;. There are no new major features,
just bug fixes. Database files created by DuckDB versions all the way
back to v0.9 can be read by this version.</p>
<h2>What's Changed</h2>
<ul>
<li>MultiFileReader: Fix for handling nested list/map default values by
<a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17589">duckdb/duckdb#17589</a></li>
<li>Signed to Unsigned is not reversible by <a
href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17571">duckdb/duckdb#17571</a></li>
<li>[Dev][CLI] Use an unused bit for
<code>DUCKDB_LATEST_STORAGE_VERSION</code> by <a
href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17598">duckdb/duckdb#17598</a></li>
<li>minor restructure MAIN_BRANCH_VERSIONING by <a
href="https://github.com/c-herrewijn"><code>@​c-herrewijn</code></a> in
<a
href="https://redirect.github.com/duckdb/duckdb/pull/17601">duckdb/duckdb#17601</a></li>
<li>Main branch versioning set to false by <a
href="https://github.com/c-herrewijn"><code>@​c-herrewijn</code></a> in
<a
href="https://redirect.github.com/duckdb/duckdb/pull/17602">duckdb/duckdb#17602</a></li>
<li>Generate correct UUID v7 by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17612">duckdb/duckdb#17612</a></li>
<li>Issue <a
href="https://redirect.github.com/duckdb/duckdb/issues/17606">#17606</a>:
Disable TIMESTAMPTZ Casts by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17614">duckdb/duckdb#17614</a></li>
<li>Bugfixes by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17543">duckdb/duckdb#17543</a></li>
<li>Improve Windows lock conflict error by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17622">duckdb/duckdb#17622</a></li>
<li>Actually initialize in batch copy to file by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17627">duckdb/duckdb#17627</a></li>
<li>Issue <a
href="https://redirect.github.com/duckdb/duckdb/issues/17621">#17621</a>:
Streaming Window Reset by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17649">duckdb/duckdb#17649</a></li>
<li>CLI: Print codename for '-version' by <a
href="https://github.com/szarnyasg"><code>@​szarnyasg</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17637">duckdb/duckdb#17637</a></li>
<li>[Python][Dev] Ignore <code>DYNAMIC_FILTER</code> TableFilters in
filter pushdown by <a
href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17657">duckdb/duckdb#17657</a></li>
<li>[Dev] Throw if <code>db</code> is not available yet in setting
certain configuration options by <a
href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17659">duckdb/duckdb#17659</a></li>
<li>chore: Fix initialization by <a
href="https://github.com/krlmlr"><code>@​krlmlr</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17643">duckdb/duckdb#17643</a></li>
<li>chore: Fix initialization by <a
href="https://github.com/krlmlr"><code>@​krlmlr</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17644">duckdb/duckdb#17644</a></li>
<li>DefaultSecretGenerator: require lock for modifying
persistent_secrets by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17650">duckdb/duckdb#17650</a></li>
<li>initialize the read with the OpenFile info and not just the path by
<a href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17652">duckdb/duckdb#17652</a></li>
<li>Don't bail on TopN optimization if we don't have a cardinality by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17654">duckdb/duckdb#17654</a></li>
<li>Fixes for CSV fuzzer tests by <a
href="https://github.com/pdet"><code>@​pdet</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17678">duckdb/duckdb#17678</a></li>
<li>chore: Fix strict aliasing warning on GCC by <a
href="https://github.com/krlmlr"><code>@​krlmlr</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17641">duckdb/duckdb#17641</a></li>
<li>Partitioned copy: don't check if file exists for remote files by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17689">duckdb/duckdb#17689</a></li>
<li>Fix version detection for sdist builds without git info by <a
href="https://github.com/evertlammerts"><code>@​evertlammerts</code></a>
in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17605">duckdb/duckdb#17605</a></li>
<li>Bugfixes by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17695">duckdb/duckdb#17695</a></li>
<li>Do not get file handle unnecessarily. by <a
href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17698">duckdb/duckdb#17698</a></li>
<li>Allow table functions to disable statement caching by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17702">duckdb/duckdb#17702</a></li>
<li>[SQLLogicTester] Replace keywords in
<code>&lt;FILE&gt;:pattern</code> result for the <code>query</code>
statement by <a href="https://github.com/Tishj"><code>@​Tishj</code></a>
in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17710">duckdb/duckdb#17710</a></li>
<li>Parquet Reader: only read strings as fixed length strings if the
type is FIXED_LEN_BYTE_ARRAY by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17723">duckdb/duckdb#17723</a></li>
<li>Internal <a
href="https://redirect.github.com/duckdb/duckdb/issues/5022">#5022</a>:
IN Pushdown Equalities by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17731">duckdb/duckdb#17731</a></li>
<li>Internal <a
href="https://redirect.github.com/duckdb/duckdb/issues/4995">#4995</a>:
Commutative INTERVAL Multiply by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17730">duckdb/duckdb#17730</a></li>
<li>Issue <a
href="https://redirect.github.com/duckdb/duckdb/issues/17725">#17725</a>:
Quantile NaN Compare by <a
href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17761">duckdb/duckdb#17761</a></li>
<li>Backport CI fixes by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17763">duckdb/duckdb#17763</a></li>
<li>Have the skip_rows option consider empty csv lines by <a
href="https://github.com/pdet"><code>@​pdet</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17756">duckdb/duckdb#17756</a></li>
<li>Fix wrong assertion in Parquet DBP encoder by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17746">duckdb/duckdb#17746</a></li>
<li>CLI: make -f always bail on error by <a
href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17768">duckdb/duckdb#17768</a></li>
<li>Don't Flatten() then Reference() by <a
href="https://github.com/hannes"><code>@​hannes</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17769">duckdb/duckdb#17769</a></li>
<li>[Dev] Fix <code>TRY</code> expression crash on literals by <a
href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17753">duckdb/duckdb#17753</a></li>
<li>Pop up ICU errors to the csv sniffer by <a
href="https://github.com/pdet"><code>@​pdet</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17719">duckdb/duckdb#17719</a></li>
<li>[Nested] Fix incorrect type casting in list_reduce lambda
expressions by <a
href="https://github.com/maiadegraaf"><code>@​maiadegraaf</code></a> in
<a
href="https://redirect.github.com/duckdb/duckdb/pull/17581">duckdb/duckdb#17581</a></li>
<li>[chore] Avoid caching msys artifacts on PRs by <a
href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17777">duckdb/duckdb#17777</a></li>
<li>Skip encodings and spatial extensions on PRs by <a
href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17775">duckdb/duckdb#17775</a></li>
<li>Add <code>FileBufferType::EXTERNAL_FILE</code> and add to same queue
as <code>FileBufferType::BLOCK</code> by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17771">duckdb/duckdb#17771</a></li>
<li>Storge the argument and value of arg_min_max in the state as a
unique_ptr by <a href="https://github.com/pdet"><code>@​pdet</code></a>
in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17749">duckdb/duckdb#17749</a></li>
<li>Physical operator logging by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17752">duckdb/duckdb#17752</a></li>
<li>Take string size into account in <code>GetRowSize</code> in
<code>ParquetWriter</code> by <a
href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17793">duckdb/duckdb#17793</a></li>
<li>[CSV Sniffer] Consider if null_padding is set to true when detecting
midcomment line during sniffing by <a
href="https://github.com/pdet"><code>@​pdet</code></a> in <a
href="https://redirect.github.com/duckdb/duckdb/pull/17751">duckdb/duckdb#17751</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/duckdb/duckdb/commit/cf422282f2c424979ec925d17d166d5dbc7e4bae"><code>cf42228</code></a>
Make sure distance is always an int when doing version bumps in setup.py
(<a
href="https://redirect.github.com/duckdb/duckdb/issues/17">#17</a>...</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/89638a560ecf2cfe3b58220f9cb6a07efd4f6850"><code>89638a5</code></a>
Make sure distance is always an int when doing version bumps in
setup.py</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/7b87023928979a14ac5298187e30816fc83a633a"><code>7b87023</code></a>
stringstream: Wrap as duckdb::stringstream, and imbue with
locale::classic on...</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/f79594b97226ee82dc01332b29649ae78526860d"><code>f79594b</code></a>
<code>duckdb_base_std::</code> plus compile time test on discontinued
functions (<a
href="https://redirect.github.com/duckdb/duckdb/issues/17866">#17866</a>)</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/e61a68dbe575d2ec8eff7bdb8b841722a07b53a2"><code>e61a68d</code></a>
Move from duckdb/wrapped/std to duckdb/original/std, and review
comments</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/00fa790ee6d0332438a2255a6e374e9faada36af"><code>00fa790</code></a>
Add urllib3 dependency and improve fixture download reliability</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/4ea08123cfa517e2f0f5ee22b3305317d7bfa153"><code>4ea0812</code></a>
duckdb_wrapped::std: tools/shell</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/4552235de8f7810e6d792f0ea09f9a79910d12da"><code>4552235</code></a>
Use fixed StringUtil::CharacterIsSpace instead of locale-dependent
std::isspace</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/6d6324a1bdce93aeadb6c5ada8031a4859e2bf4d"><code>6d6324a</code></a>
arrow_output_version option to produce arrow depending on a format
version. (...</li>
<li><a
href="https://github.com/duckdb/duckdb/commit/c3248fb49d61da21f1f7a4baff182deee5008461"><code>c3248fb</code></a>
Have to setup the format due to the change on the default</li>
<li>Additional commits viewable in <a
href="https://github.com/duckdb/duckdb/compare/v1.3.0...v1.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=duckdb&package-manager=pip&previous-version=1.3.0&new-version=1.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant