This is an automated email from the ASF dual-hosted git repository.

sungwy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new a1287d4c Build: Bump duckdb from 1.2.1 to 1.2.2 (#1916)
a1287d4c is described below

commit a1287d4c3faa3d7269bb83737c2a46bbea7d39a9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 14 20:45:58 2025 -0400

    Build: Bump duckdb from 1.2.1 to 1.2.2 (#1916)
    
    Bumps [duckdb](https://github.com/duckdb/duckdb) from 1.2.1 to 1.2.2.
    <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.2.2 Bugfix Release</h2>
    <p>This is a bug fix release for various issues discovered after we
    released 1.2.1. 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>[Python] Fix deadlock in <code>from_parquet</code> with
    <code>file_globs</code> caused by not releasing the GIL by <a
    href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16522";>duckdb/duckdb#16522</a></li>
    <li>[Python] Fix some stubs issues by <a
    href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16523";>duckdb/duckdb#16523</a></li>
    <li>[Dev] Fix issues in the benchmark runner related to the serialized
    <code>storage_version</code> by <a
    href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16533";>duckdb/duckdb#16533</a></li>
    <li>Set estimated cardinality to newly created logical operators by <a
    href="https://github.com/jeewonhh";><code>@​jeewonhh</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16528";>duckdb/duckdb#16528</a></li>
    <li>custom_extension_repository to also be the default
    autoinstall_extension_repository by <a
    href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16459";>duckdb/duckdb#16459</a></li>
    <li>[Python Dev] No longer trigger a DeprecationWarning when using a UDF
    by <a href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16433";>duckdb/duckdb#16433</a></li>
    <li>Fixup problems connected to prep to 1.2.1 by <a
    href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16578";>duckdb/duckdb#16578</a></li>
    <li>Give preference to quote=escape if we can't do better by <a
    href="https://github.com/pdet";><code>@​pdet</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16584";>duckdb/duckdb#16584</a></li>
    <li>Max ART key length by <a
    href="https://github.com/taniabogatsch";><code>@​taniabogatsch</code></a>
    in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16588";>duckdb/duckdb#16588</a></li>
    <li>Issue <a
    href="https://redirect.github.com/duckdb/duckdb/issues/16617";>#16617</a>:
    Window Constant Finalize by <a
    href="https://github.com/hawkfish";><code>@​hawkfish</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16628";>duckdb/duckdb#16628</a></li>
    <li>[Fix] Index scan - Move the table scan state into the local state by
    <a
    href="https://github.com/taniabogatsch";><code>@​taniabogatsch</code></a>
    in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16650";>duckdb/duckdb#16650</a></li>
    <li>[Fix] Perform eager constraint checking during physical batch insert
    by <a
    href="https://github.com/taniabogatsch";><code>@​taniabogatsch</code></a>
    in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16651";>duckdb/duckdb#16651</a></li>
    <li>[Python] Don't push down <code>OPTIONAL_FILTER</code> into
    <code>pyarrow</code> for the arrow scan. by <a
    href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16657";>duckdb/duckdb#16657</a></li>
    <li>move OrderPreservationRecursive to physical_plan_generator.hpp by <a
    href="https://github.com/jeewonhh";><code>@​jeewonhh</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16656";>duckdb/duckdb#16656</a></li>
    <li>Add libs folder to bundled static libs by <a
    href="https://github.com/taniabogatsch";><code>@​taniabogatsch</code></a>
    in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16655";>duckdb/duckdb#16655</a></li>
    <li>Avoid UMA by <a
    href="https://github.com/krlmlr";><code>@​krlmlr</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16641";>duckdb/duckdb#16641</a></li>
    <li>Avoid UMA by <a
    href="https://github.com/krlmlr";><code>@​krlmlr</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16643";>duckdb/duckdb#16643</a></li>
    <li>Avoid UMA by <a
    href="https://github.com/krlmlr";><code>@​krlmlr</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16642";>duckdb/duckdb#16642</a></li>
    <li>Several 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/16636";>duckdb/duckdb#16636</a></li>
    <li>FSST Fix: Correctly detect the situation where we have 3 bytes
    remaining by <a
    href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16688";>duckdb/duckdb#16688</a></li>
    <li>Fix <a
    href="https://redirect.github.com/duckdb/duckdb/issues/16627";>#16627</a>:
    handle DISTINCT FROM and NOT DISTINCT FROM in zone-map pushdown by <a
    href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16691";>duckdb/duckdb#16691</a></li>
    <li>Fix <a
    href="https://redirect.github.com/duckdb/duckdb/issues/16554";>#16554</a>:
    emit blobs as part of .dump by <a
    href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16693";>duckdb/duckdb#16693</a></li>
    <li>add avro by <a
    href="https://github.com/samansmink";><code>@​samansmink</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16708";>duckdb/duckdb#16708</a></li>
    <li>Issue <a
    href="https://redirect.github.com/duckdb/duckdb/issues/16652";>#16652</a>:
    Implicit Ordered Aggregation by <a
    href="https://github.com/hawkfish";><code>@​hawkfish</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16718";>duckdb/duckdb#16718</a></li>
    <li>Issue <a
    href="https://redirect.github.com/duckdb/duckdb/issues/16649";>#16649</a>:
    SelectNth Remainders by <a
    href="https://github.com/hawkfish";><code>@​hawkfish</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16705";>duckdb/duckdb#16705</a></li>
    <li>[Dev] Fix <code>EXPORT DATABASE</code> missing semicolons in
    produced <code>schema.sql</code> by <a
    href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16723";>duckdb/duckdb#16723</a></li>
    <li>Always throw the error that happens the earliest in the CSV Reader
    by <a href="https://github.com/pdet";><code>@​pdet</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16728";>duckdb/duckdb#16728</a></li>
    <li>Fix <a
    href="https://redirect.github.com/duckdb/duckdb/issues/16662";>#16662</a>
    by <a href="https://github.com/lnkuiper";><code>@​lnkuiper</code></a> in
    <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16732";>duckdb/duckdb#16732</a></li>
    <li>[Test] Add missing test for eager-constraint checking fix by <a
    href="https://github.com/taniabogatsch";><code>@​taniabogatsch</code></a>
    in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16745";>duckdb/duckdb#16745</a></li>
    <li>Clamp reported memory in duckdb_memory by <a
    href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16753";>duckdb/duckdb#16753</a></li>
    <li>CLI <code>-help</code>: Fix default value for -nullvalue by <a
    href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16755";>duckdb/duckdb#16755</a></li>
    <li>Apply RLE fix to v1.2 by <a
    href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16756";>duckdb/duckdb#16756</a></li>
    <li>[Arrow] Setting schema of the keys to not null for maps and properly
    write Null columns to arrow by <a
    href="https://github.com/pdet";><code>@​pdet</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16711";>duckdb/duckdb#16711</a></li>
    <li>Fix min/max values in numeric cast exception message by <a
    href="https://github.com/abramk";><code>@​abramk</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16777";>duckdb/duckdb#16777</a></li>
    <li>[ADBC] Add wrapper to connection new, set options at connection
    init, if any. by <a
    href="https://github.com/pdet";><code>@​pdet</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16748";>duckdb/duckdb#16748</a></li>
    <li>Remove delta from extensions built on a nightly basis (vs
    1.2-histrionicus) by <a
    href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16794";>duckdb/duckdb#16794</a></li>
    <li><code>PhysicalTopN</code>: Buffer-allocated <code>StringHeap</code>
    by <a href="https://github.com/lnkuiper";><code>@​lnkuiper</code></a> in
    <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16770";>duckdb/duckdb#16770</a></li>
    <li>[chore] Add v1.2.2 to storage versions, preparation for upcoming
    patch release by <a
    href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16799";>duckdb/duckdb#16799</a></li>
    <li>Fix issue when line is empty by <a
    href="https://github.com/pdet";><code>@​pdet</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16823";>duckdb/duckdb#16823</a></li>
    <li>Add extra check in normalize for commit, rollback and abort by <a
    href="https://github.com/pdet";><code>@​pdet</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16802";>duckdb/duckdb#16802</a></li>
    <li>Fix <a
    href="https://redirect.github.com/duckdb/duckdb/issues/16783";>#16783</a>:
    Fix DistributivityRule by <a
    href="https://github.com/flashmouse";><code>@​flashmouse</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16804";>duckdb/duckdb#16804</a></li>
    <li>Internal <a
    href="https://redirect.github.com/duckdb/duckdb/issues/4492";>#4492</a>:
    Ignore Nulls Orrification by <a
    href="https://github.com/hawkfish";><code>@​hawkfish</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16837";>duckdb/duckdb#16837</a></li>
    <li>Fix <a
    href="https://redirect.github.com/duckdb/duckdb/issues/16836";>#16836</a>:
    rewrite main column data in case of an update that only modifies the
    validity by <a
    href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16851";>duckdb/duckdb#16851</a></li>
    <li>Initialize type by <a
    href="https://github.com/pdet";><code>@​pdet</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16848";>duckdb/duckdb#16848</a></li>
    <li>[CSV Reader] Add check on ever quoted for candidate selection by <a
    href="https://github.com/pdet";><code>@​pdet</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16868";>duckdb/duckdb#16868</a></li>
    <li>Clean up partial deletes when encountering a transaction conflict in
    a vector by <a
    href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a
    
href="https://redirect.github.com/duckdb/duckdb/pull/16905";>duckdb/duckdb#16905</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/d3970ae863320b456e21de93a692dedc02824565";><code>d3970ae</code></a>
    add special handling for comparison against nans to ensure compatibility
    with...</li>
    <li><a
    
href="https://github.com/duckdb/duckdb/commit/91ac9db4366d8911038d639ec5e9d89a54c1382c";><code>91ac9db</code></a>
    Fix default value for -nullvalue</li>
    <li><a
    
href="https://github.com/duckdb/duckdb/commit/5f6fc8f3be9ed223404a10c5a0f7afbdd06b4b48";><code>5f6fc8f</code></a>
    Fix <a
    href="https://redirect.github.com/duckdb/duckdb/issues/16554";>#16554</a>:
    fix blobs as part of .dump</li>
    <li><a
    
href="https://github.com/duckdb/duckdb/commit/01f6a909ba6fe771629180196aed39570883d598";><code>01f6a90</code></a>
    looks nicer</li>
    <li><a
    
href="https://github.com/duckdb/duckdb/commit/e6da38a97be8d441e984b19629f128269e6eebac";><code>e6da38a</code></a>
    slight cleanup</li>
    <li><a
    
href="https://github.com/duckdb/duckdb/commit/2ba742302a0e23d7ac9437c159b6a095fc94efe8";><code>2ba7423</code></a>
    add the adjusted version of the submitted reproduction as a test</li>
    <li><a
    
href="https://github.com/duckdb/duckdb/commit/20445e790a3d1066d01d8f03fd2216050b78ccec";><code>20445e7</code></a>
    py::none() is produced for an OPTIONAL_FILTER, skip these inside OR /
    AND fil...</li>
    <li><a
    
href="https://github.com/duckdb/duckdb/commit/d9673ba133b6b97cb81ea34dfe66420ae995e7e7";><code>d9673ba</code></a>
    [Python Dev] No longer trigger a DeprecationWarning when using a UDF (<a
    
href="https://redirect.github.com/duckdb/duckdb/issues/16433";>#16433</a>)</li>
    <li><a
    
href="https://github.com/duckdb/duckdb/commit/3d1a1a9c2a737f24ff0b81d3acc7e1ced075c46c";><code>3d1a1a9</code></a>
    [Python] Fix some stubs issues (<a
    
href="https://redirect.github.com/duckdb/duckdb/issues/16523";>#16523</a>)</li>
    <li><a
    
href="https://github.com/duckdb/duckdb/commit/e5eca77cb7f99d74ced18c0f33e51533538b67cd";><code>e5eca77</code></a>
    fix stubs for LambdaExpression</li>
    <li>Additional commits viewable in <a
    href="https://github.com/duckdb/duckdb/compare/v1.2.1...v1.2.2";>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.2.1&new-version=1.2.2)](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] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 poetry.lock | 104 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index aa88478d..1bc21377 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1253,64 +1253,64 @@ dates = ["pytz (>=2019.1)"]
 
 [[package]]
 name = "duckdb"
-version = "1.2.1"
+version = "1.2.2"
 description = "DuckDB in-process database"
 optional = true
 python-versions = ">=3.7.0"
 groups = ["main"]
 markers = "extra == \"duckdb\""
 files = [
-    {file = "duckdb-1.2.1-cp310-cp310-macosx_12_0_arm64.whl", hash = 
"sha256:b1b26271c22d1265379949b71b1d13a413f8048ea49ed04b3a33f257c384fa7c"},
-    {file = "duckdb-1.2.1-cp310-cp310-macosx_12_0_universal2.whl", hash = 
"sha256:47946714d3aa423782678d37bfface082a9c43d232c44c4b79d70a1137e4c356"},
-    {file = "duckdb-1.2.1-cp310-cp310-macosx_12_0_x86_64.whl", hash = 
"sha256:2c3d3f069a114cfb4ebf5e35798953c93491cfb5866cfc57a4921f8b5d38cc05"},
-    {file = 
"duckdb-1.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", 
hash = 
"sha256:433406949970f4a8ab5416f62af224d418d3bbafe81585ede77057752c04017e"},
-    {file = 
"duckdb-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash 
= "sha256:42d156dacb1fd39b7293ee200d16af2cc9d08e57f7f7b5e800aa35bd265fc41f"},
-    {file = 
"duckdb-1.2.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", 
hash = 
"sha256:4e11ccbfd088dbac68dc35f4119fb385a878ca1cce720111c394f513d89a8b5f"},
-    {file = "duckdb-1.2.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = 
"sha256:66322686a31a566b4c98f079513b1eba21a7de1d716b5b7d3a55aef8f97ee369"},
-    {file = "duckdb-1.2.1-cp310-cp310-win_amd64.whl", hash = 
"sha256:c1cbb84c65f8ef2fe32f4cbc8c7ed339c3ae6cf3e5814a314fa4b79a8ce9686a"},
-    {file = "duckdb-1.2.1-cp311-cp311-macosx_12_0_arm64.whl", hash = 
"sha256:99c47ea82df549c284e4e4d8c89a940af4f19c03427f6f42cafeb3c152536bc5"},
-    {file = "duckdb-1.2.1-cp311-cp311-macosx_12_0_universal2.whl", hash = 
"sha256:203ebdf401d049135492cc3d49146cfd704d866ee9cc52b18e80a586aceabb69"},
-    {file = "duckdb-1.2.1-cp311-cp311-macosx_12_0_x86_64.whl", hash = 
"sha256:ac5f7c15176b6fb90f1f3bed08a99b9d32f55b58cd3d9d2ed6a1037a8fda2024"},
-    {file = 
"duckdb-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", 
hash = 
"sha256:97b2c13f4f9290db60c783b93b79ce521a3890ff8d817a6670afb760e030043b"},
-    {file = 
"duckdb-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash 
= "sha256:d493e051f594175a2a5bdcae5c008d3cc424805e3282292c1204f597880de8ea"},
-    {file = 
"duckdb-1.2.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", 
hash = 
"sha256:7c252be2ed07817916342823b271253459932c60d7f7ee4e28f33650552cda24"},
-    {file = "duckdb-1.2.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = 
"sha256:832627f11b370d708543a86d18d5eda4eacb7ca51fdc83c74629adfff2ec1bf2"},
-    {file = "duckdb-1.2.1-cp311-cp311-win_amd64.whl", hash = 
"sha256:d05e5914857b4d93b136de385d81a65165a6c24a6ecf6eee3dcd0017233bff6c"},
-    {file = "duckdb-1.2.1-cp312-cp312-macosx_12_0_arm64.whl", hash = 
"sha256:7e587410e05343ffaf9a21bacb6811aad253bd443ab4ff869fdaa645908f47a4"},
-    {file = "duckdb-1.2.1-cp312-cp312-macosx_12_0_universal2.whl", hash = 
"sha256:8cb84295cafbf2510326f4ae18d401fc2d45b6d4811c43f1b7451a69a0a74f5f"},
-    {file = "duckdb-1.2.1-cp312-cp312-macosx_12_0_x86_64.whl", hash = 
"sha256:1b6dfefadc455347a2c649d41ebd561b32574b4191508043c9ee81fa0da95485"},
-    {file = 
"duckdb-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", 
hash = 
"sha256:3d75d9fdf5865399f634d824c8d427c7666d1f2c640115178115459fa69b20b0"},
-    {file = 
"duckdb-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash 
= "sha256:d4a05d182d1dec1ff4acb53a266b3b8024afcc1ed0d399f5784ff1607a4271e9"},
-    {file = 
"duckdb-1.2.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", 
hash = 
"sha256:317af7385b4f1d0c90ca029a71ce3d4f9571549c162798d58a0b20ba0a11762e"},
-    {file = "duckdb-1.2.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = 
"sha256:41fca1666d0905e929ede0899a4275d67835a285b98e28fce446e8c3e53cfe8c"},
-    {file = "duckdb-1.2.1-cp312-cp312-win_amd64.whl", hash = 
"sha256:f8f19f145442dbdfae029b68208fc237816f70b3d25bb77ed31ace79b6059fa5"},
-    {file = "duckdb-1.2.1-cp313-cp313-macosx_12_0_arm64.whl", hash = 
"sha256:bc9ed3adea35e7e688750e80330b5b93cd430483d68a5f880dac76bedca14c0e"},
-    {file = "duckdb-1.2.1-cp313-cp313-macosx_12_0_universal2.whl", hash = 
"sha256:b26ff415d89860b7013d711fce916f919ad058dbf0a3fc4bcdff5323ec4bbfa0"},
-    {file = "duckdb-1.2.1-cp313-cp313-macosx_12_0_x86_64.whl", hash = 
"sha256:0e26037b138a22f72fe44697b605ccac06e223c108b3f4a3e91e7ffad45ee673"},
-    {file = 
"duckdb-1.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", 
hash = 
"sha256:6e2f530e8290e4b2d2c341bc709a6a0c9ec7a0e1c7a4679afa7bd4db972fcf12"},
-    {file = 
"duckdb-1.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash 
= "sha256:7985129c4bc810cb08938043822bb1fc4b67c11f4c1b025527f9c888e0638b6a"},
-    {file = 
"duckdb-1.2.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", 
hash = 
"sha256:be76e55e9a36febcb0c7c7c28b8fae0b33bbcf6a84b3b23eb23e7ee3e65e3394"},
-    {file = "duckdb-1.2.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = 
"sha256:d8f5066ae9acc6cee22c7a455696511d993bdbfc55bb9466360b073b5c8cba67"},
-    {file = "duckdb-1.2.1-cp313-cp313-win_amd64.whl", hash = 
"sha256:6112711457b6014ac041492bedf8b6a97403666aefa20a4a4f3479db10136501"},
-    {file = 
"duckdb-1.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", 
hash = 
"sha256:c1b5e4f1ef608b9276fef880d31b84304683f08035b5c177a0848310de37c6e5"},
-    {file = 
"duckdb-1.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash 
= "sha256:3d03872cd8e4a8b571e21c3628ea9cb1610b6d739ed41c1cee5dae49a23d1886"},
-    {file = 
"duckdb-1.2.1-cp37-cp37m-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", 
hash = 
"sha256:7a30e6bff4dbe6686ef3ff2d69aa0a4a09ad87b99ddc3933c4d118b1413fda51"},
-    {file = "duckdb-1.2.1-cp38-cp38-macosx_12_0_arm64.whl", hash = 
"sha256:922288c3b5933f58bdaac5f0357dada68f472cf5458d64b954509bbbbc11c391"},
-    {file = "duckdb-1.2.1-cp38-cp38-macosx_12_0_universal2.whl", hash = 
"sha256:0648d763a36bf058c9dd30ce46b06b7753600101ffb1519e66fa85fbf4c02d91"},
-    {file = "duckdb-1.2.1-cp38-cp38-macosx_12_0_x86_64.whl", hash = 
"sha256:577537f3be6b05e28b9844d8a06835764053552c9974e42e0c3a1711fbf59054"},
-    {file = 
"duckdb-1.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash 
= "sha256:716fa104d5a1a6f81a8bd6febf579cb45c20920cdfbcafd55131bfeef61330f0"},
-    {file = 
"duckdb-1.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = 
"sha256:11a8a275777b8174a1fdca660689dd0335642b30ae425fe16892f9f9cd285129"},
-    {file = 
"duckdb-1.2.1-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", 
hash = 
"sha256:6a6ea26a899b05aeaadd23c9182978a266d5cd4f62e4ef7d9f197f889a441a9d"},
-    {file = "duckdb-1.2.1-cp38-cp38-win_amd64.whl", hash = 
"sha256:ab84599120b0f835b67b897a4febcb0326b206201773f0673891378e16f850f5"},
-    {file = "duckdb-1.2.1-cp39-cp39-macosx_12_0_arm64.whl", hash = 
"sha256:18a3ebb6895e53ddcc9f677625576d85a54236a0fc060927bc356de365c8d382"},
-    {file = "duckdb-1.2.1-cp39-cp39-macosx_12_0_universal2.whl", hash = 
"sha256:7928a1f7a0568e3f384dbb2896d33fe96061444033692c8a954ac75a06efbda3"},
-    {file = "duckdb-1.2.1-cp39-cp39-macosx_12_0_x86_64.whl", hash = 
"sha256:1adecebea8369b289232ec57e0fab87b572bca960acbeff89e8b7c2d202636a3"},
-    {file = 
"duckdb-1.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash 
= "sha256:b0e728ab0415d3e9ff575806304482bf89f39e55df660ab8ed194335b045e5a0"},
-    {file = 
"duckdb-1.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = 
"sha256:594dcf9f7637e5db3d8d9e676a95721be5cf9657ffa22b27e19dddd519bca6fb"},
-    {file = 
"duckdb-1.2.1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", 
hash = 
"sha256:a874d242f489bf649e6f03f3132d8d278371a8baf0ce55b48200af0de70d8f1f"},
-    {file = "duckdb-1.2.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = 
"sha256:55c9b4214dd80e6adf73c7224529e0df290426d9fe5b6568dcd004916e690b84"},
-    {file = "duckdb-1.2.1-cp39-cp39-win_amd64.whl", hash = 
"sha256:6043d37e289df828fada6245381c3d1b67b71e0245f1b599b6c4c2634318aed2"},
-    {file = "duckdb-1.2.1.tar.gz", hash = 
"sha256:15d49030d04572540cc1c8ad8a491ce018a590ec995d5d38c8f5f75b6422413e"},
+    {file = "duckdb-1.2.2-cp310-cp310-macosx_12_0_arm64.whl", hash = 
"sha256:6e5e6c333b550903ff11919ed1154c60c9b9d935db51afdb263babe523a8a69e"},
+    {file = "duckdb-1.2.2-cp310-cp310-macosx_12_0_universal2.whl", hash = 
"sha256:c1fcbc579de8e4fa7e34242fd6f419c1a39520073b1fe0c29ed6e60ed5553f38"},
+    {file = "duckdb-1.2.2-cp310-cp310-macosx_12_0_x86_64.whl", hash = 
"sha256:690885060c4140922ffa2f6935291c6e74ddad0ca2cf33bff66474ce89312ab3"},
+    {file = 
"duckdb-1.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", 
hash = 
"sha256:8a382782980643f5ee827990b76f079b22f47786509061c0afac28afaa5b8bf5"},
+    {file = 
"duckdb-1.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash 
= "sha256:d7c33345570ed8c50c9fe340c2767470115cc02d330f25384104cfad1f6e54f5"},
+    {file = 
"duckdb-1.2.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", 
hash = 
"sha256:b744f8293ce649d802a9eabbf88e4930d672cf9de7d4fc9af5d14ceaeeec5805"},
+    {file = "duckdb-1.2.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = 
"sha256:c8680e81b0c77be9fc968c1dd4cd38395c34b18bb693cbfc7b7742c18221cc9b"},
+    {file = "duckdb-1.2.2-cp310-cp310-win_amd64.whl", hash = 
"sha256:fb41f2035a70378b3021f724bb08b047ca4aa475850a3744c442570054af3c52"},
+    {file = "duckdb-1.2.2-cp311-cp311-macosx_12_0_arm64.whl", hash = 
"sha256:081110ffbc9d53c9740ef55482c93b97db2f8030d681d1658827d2e94f77da03"},
+    {file = "duckdb-1.2.2-cp311-cp311-macosx_12_0_universal2.whl", hash = 
"sha256:53a154dbc074604036a537784ce5d1468edf263745a4363ca06fdb922f0d0a99"},
+    {file = "duckdb-1.2.2-cp311-cp311-macosx_12_0_x86_64.whl", hash = 
"sha256:0353f80882c066f7b14451852395b7a360f3d4846a10555c4268eb49144ea11c"},
+    {file = 
"duckdb-1.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", 
hash = 
"sha256:b134a5002757af1ae44a9ae26c2fe963ffa09eb47a62779ce0c5eeb44bfc2f28"},
+    {file = 
"duckdb-1.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash 
= "sha256:fd9c434127fd1575694e1cf19a393bed301f5d6e80b4bcdae80caa368a61a678"},
+    {file = 
"duckdb-1.2.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", 
hash = 
"sha256:890f58855d127c25bc3a53f4c24b27e79391c4468c4fcc99bc10d87b5d4bd1c4"},
+    {file = "duckdb-1.2.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = 
"sha256:9a5002305cdd4e76c94b61b50abc5e3f4e32c9cb81116960bb4b74acbbc9c6c8"},
+    {file = "duckdb-1.2.2-cp311-cp311-win_amd64.whl", hash = 
"sha256:cdb9999c6a109aa31196cdd22fc58a810a3d35d08181a25d1bf963988e89f0a5"},
+    {file = "duckdb-1.2.2-cp312-cp312-macosx_12_0_arm64.whl", hash = 
"sha256:f745379f44ad302560688855baaed9739c03b37a331338eda6a4ac655e4eb42f"},
+    {file = "duckdb-1.2.2-cp312-cp312-macosx_12_0_universal2.whl", hash = 
"sha256:087713fc5958cae5eb59097856b3deaae0def021660c8f2052ec83fa8345174a"},
+    {file = "duckdb-1.2.2-cp312-cp312-macosx_12_0_x86_64.whl", hash = 
"sha256:a1f96395319c447a31b9477881bd84b4cb8323d6f86f21ceaef355d22dd90623"},
+    {file = 
"duckdb-1.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", 
hash = 
"sha256:6aba3bc0acf4f8d52b94f7746c3b0007b78b517676d482dc516d63f48f967baf"},
+    {file = 
"duckdb-1.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash 
= "sha256:e5c1556775a9ebaa49b5c8d64718f155ac3e05b34a49e9c99443cf105e8b0371"},
+    {file = 
"duckdb-1.2.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", 
hash = 
"sha256:d625cc7d2faacfb2fc83ebbe001ae75dda175b3d8dce6a51a71c199ffac3627a"},
+    {file = "duckdb-1.2.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = 
"sha256:73263f81545c5cb4360fbaf7b22a493e55ddf88fadbe639c43efb7bc8d7554c4"},
+    {file = "duckdb-1.2.2-cp312-cp312-win_amd64.whl", hash = 
"sha256:b1c0c4d737fd2ab9681e4e78b9f361e0a827916a730e84fa91e76dca451b14d5"},
+    {file = "duckdb-1.2.2-cp313-cp313-macosx_12_0_arm64.whl", hash = 
"sha256:fb9a2c77236fae079185a990434cb9d8432902488ba990235c702fc2692d2dcd"},
+    {file = "duckdb-1.2.2-cp313-cp313-macosx_12_0_universal2.whl", hash = 
"sha256:d8bb89e580cb9a3aaf42e4555bf265d3db9446abfb118e32150e1a5dfa4b5b15"},
+    {file = "duckdb-1.2.2-cp313-cp313-macosx_12_0_x86_64.whl", hash = 
"sha256:88916d7f0532dc926bed84b50408c00dcbe6d2097d0de93c3ff647d8d57b4f83"},
+    {file = 
"duckdb-1.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", 
hash = 
"sha256:30bece4f58a6c7bb0944a02dd1dc6de435a9daf8668fa31a9fe3a9923b20bd65"},
+    {file = 
"duckdb-1.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash 
= "sha256:2bd2c6373b8b54474724c2119f6939c4568c428e1d0be5bcb1f4e3d7f1b7c8bb"},
+    {file = 
"duckdb-1.2.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", 
hash = 
"sha256:72f688a8b0df7030c5a28ca6072817c1f090979e08d28ee5912dee37c26a7d0c"},
+    {file = "duckdb-1.2.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = 
"sha256:26e9c349f56f7c99341b5c79bbaff5ba12a5414af0261e79bf1a6a2693f152f6"},
+    {file = "duckdb-1.2.2-cp313-cp313-win_amd64.whl", hash = 
"sha256:e1aec7102670e59d83512cf47d32a6c77a79df9df0294c5e4d16b6259851e2e9"},
+    {file = 
"duckdb-1.2.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", 
hash = 
"sha256:d1b374e7e2c474d6cd65fd80a94ff7263baec4be14ea193db4076d54eab408f9"},
+    {file = 
"duckdb-1.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash 
= "sha256:c0fc6512d26eac83521938d7de65645ec08b04c2dc7807d4e332590c667e9d78"},
+    {file = 
"duckdb-1.2.2-cp37-cp37m-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", 
hash = 
"sha256:3b451d16c3931fdbc235a12a39217a2faa03fa7c84c8560e65bc9b706e876089"},
+    {file = "duckdb-1.2.2-cp38-cp38-macosx_12_0_arm64.whl", hash = 
"sha256:f3f8e09029ae47d3b904d32a03149ffc938bb3fb8a3048dc7b2d0f2ab50e0f56"},
+    {file = "duckdb-1.2.2-cp38-cp38-macosx_12_0_universal2.whl", hash = 
"sha256:cee19d0c5bcb143b851ebd3ffc91e3445c5c3ee3cc0106edd882dd5b4091d5c0"},
+    {file = "duckdb-1.2.2-cp38-cp38-macosx_12_0_x86_64.whl", hash = 
"sha256:c0f86c5e4ab7d4007ca0baa1707486daa38869c43f552a56e9cd2a28d431c2ae"},
+    {file = 
"duckdb-1.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash 
= "sha256:378ef6a3d1a8b50da5a89376cc0cc6f131102d4a27b4b3adef10b20f7a6ea49f"},
+    {file = 
"duckdb-1.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = 
"sha256:b985d13e161c27e8b947af28658d460925bade61cb5d7431b8258a807cc83752"},
+    {file = 
"duckdb-1.2.2-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", 
hash = 
"sha256:446a5db77caeb155bcc0874c162a51f6d023af4aa2563fffbdec555db7402a35"},
+    {file = "duckdb-1.2.2-cp38-cp38-win_amd64.whl", hash = 
"sha256:0c1a3496695c7220ac83dde02fc1cf174359c8072a6880050c8ae6b5c62a2635"},
+    {file = "duckdb-1.2.2-cp39-cp39-macosx_12_0_arm64.whl", hash = 
"sha256:25ac669180f88fecca20f300b898e191f81aa674d51dde8a328bdeb28a572ab0"},
+    {file = "duckdb-1.2.2-cp39-cp39-macosx_12_0_universal2.whl", hash = 
"sha256:d42e7e545d1059e6b73d0f0baa9ae34c90684bfd8c862e70b0d8ab92e01e0e3f"},
+    {file = "duckdb-1.2.2-cp39-cp39-macosx_12_0_x86_64.whl", hash = 
"sha256:f3ce127bcecc723f1c7bddbc57f0526d11128cb05bfd81ffcd5e69e2dd5a1624"},
+    {file = 
"duckdb-1.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash 
= "sha256:2418937adb9d6d0ca823bd385b914495294db27bc2963749d54af6708757f679"},
+    {file = 
"duckdb-1.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = 
"sha256:14d41f899ce7979e7b3f9097ebce70da5c659db2d81d08c07a72b2b50f869859"},
+    {file = 
"duckdb-1.2.2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", 
hash = 
"sha256:85e90a9c5307cf4d9151844e60c80f492618ea6e9b71081020e7d462e071ac8f"},
+    {file = "duckdb-1.2.2-cp39-cp39-musllinux_1_2_x86_64.whl", hash = 
"sha256:df8c8a4ec998139b8507213c44c50e24f62a36af1cfded87e8972173dc9f8baf"},
+    {file = "duckdb-1.2.2-cp39-cp39-win_amd64.whl", hash = 
"sha256:6507ad2445cd3479853fb6473164b5eb5b22446d283c9892cfbbd0a85c5f361d"},
+    {file = "duckdb-1.2.2.tar.gz", hash = 
"sha256:1e53555dece49201df08645dbfa4510c86440339889667702f936b7d28d39e43"},
 ]
 
 [[package]]

Reply via email to