chore(deps): update duckdb requirement from <=1.2.1,>=0.10.0 to >=0.10.0,<=1.2.2
Open
Number: #34
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: None
Comments: 0
Association: None
Comments: 0
Created:
May 23, 2025 at 05:18 AM UTC
(about 1 year ago)
(about 1 year ago)
Updated:
May 23, 2025 at 05:18 AM UTC
(about 1 year ago)
(about 1 year ago)
Labels:
dependencies python
dependencies python
Description:
Updates the requirements on duckdb to permit the latest version.
Release notes
Sourced from duckdb's releases.
v1.2.2 Bugfix Release
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.
What's Changed
- [Python] Fix deadlock in
from_parquetwithfile_globscaused by not releasing the GIL by@Tishjin duckdb/duckdb#16522- [Python] Fix some stubs issues by
@Tishjin duckdb/duckdb#16523- [Dev] Fix issues in the benchmark runner related to the serialized
storage_versionby@Tishjin duckdb/duckdb#16533- Set estimated cardinality to newly created logical operators by
@jeewonhhin duckdb/duckdb#16528- custom_extension_repository to also be the default autoinstall_extension_repository by
@carlopiin duckdb/duckdb#16459- [Python Dev] No longer trigger a DeprecationWarning when using a UDF by
@Tishjin duckdb/duckdb#16433- Fixup problems connected to prep to 1.2.1 by
@carlopiin duckdb/duckdb#16578- Give preference to quote=escape if we can't do better by
@pdetin duckdb/duckdb#16584- Max ART key length by
@taniabogatschin duckdb/duckdb#16588- Issue #16617: Window Constant Finalize by
@hawkfishin duckdb/duckdb#16628- [Fix] Index scan - Move the table scan state into the local state by
@taniabogatschin duckdb/duckdb#16650- [Fix] Perform eager constraint checking during physical batch insert by
@taniabogatschin duckdb/duckdb#16651- [Python] Don't push down
OPTIONAL_FILTERintopyarrowfor the arrow scan. by@Tishjin duckdb/duckdb#16657- move OrderPreservationRecursive to physical_plan_generator.hpp by
@jeewonhhin duckdb/duckdb#16656- Add libs folder to bundled static libs by
@taniabogatschin duckdb/duckdb#16655- Avoid UMA by
@krlmlrin duckdb/duckdb#16641- Avoid UMA by
@krlmlrin duckdb/duckdb#16643- Avoid UMA by
@krlmlrin duckdb/duckdb#16642- Several fixes for CSV fuzzer tests by
@pdetin duckdb/duckdb#16636- FSST Fix: Correctly detect the situation where we have 3 bytes remaining by
@Mytherinin duckdb/duckdb#16688- Fix #16627: handle DISTINCT FROM and NOT DISTINCT FROM in zone-map pushdown by
@Mytherinin duckdb/duckdb#16691- Fix #16554: emit blobs as part of .dump by
@Mytherinin duckdb/duckdb#16693- add avro by
@samansminkin duckdb/duckdb#16708- Issue #16652: Implicit Ordered Aggregation by
@hawkfishin duckdb/duckdb#16718- Issue #16649: SelectNth Remainders by
@hawkfishin duckdb/duckdb#16705- [Dev] Fix
EXPORT DATABASEmissing semicolons in producedschema.sqlby@Tishjin duckdb/duckdb#16723- Always throw the error that happens the earliest in the CSV Reader by
@pdetin duckdb/duckdb#16728- Fix #16662 by
@lnkuiperin duckdb/duckdb#16732- [Test] Add missing test for eager-constraint checking fix by
@taniabogatschin duckdb/duckdb#16745- Clamp reported memory in duckdb_memory by
@Mytherinin duckdb/duckdb#16753- CLI
-help: Fix default value for -nullvalue by@carlopiin duckdb/duckdb#16755- Apply RLE fix to v1.2 by
@Mytherinin duckdb/duckdb#16756- [Arrow] Setting schema of the keys to not null for maps and properly write Null columns to arrow by
@pdetin duckdb/duckdb#16711- Fix min/max values in numeric cast exception message by
@abramkin duckdb/duckdb#16777- [ADBC] Add wrapper to connection new, set options at connection init, if any. by
@pdetin duckdb/duckdb#16748- Remove delta from extensions built on a nightly basis (vs 1.2-histrionicus) by
@carlopiin duckdb/duckdb#16794PhysicalTopN: Buffer-allocatedStringHeapby@lnkuiperin duckdb/duckdb#16770- [chore] Add v1.2.2 to storage versions, preparation for upcoming patch release by
@carlopiin duckdb/duckdb#16799- Fix issue when line is empty by
@pdetin duckdb/duckdb#16823- Add extra check in normalize for commit, rollback and abort by
@pdetin duckdb/duckdb#16802- Fix #16783: Fix DistributivityRule by
@flashmousein duckdb/duckdb#16804- Internal #4492: Ignore Nulls Orrification by
@hawkfishin duckdb/duckdb#16837- Fix #16836: rewrite main column data in case of an update that only modifies the validity by
@Mytherinin duckdb/duckdb#16851- Initialize type by
@pdetin duckdb/duckdb#16848- [CSV Reader] Add check on ever quoted for candidate selection by
@pdetin duckdb/duckdb#16868- Clean up partial deletes when encountering a transaction conflict in a vector by
@Mytherinin duckdb/duckdb#16905
... (truncated)
Commits
d3970aeadd special handling for comparison against nans to ensure compatibility with...91ac9dbFix default value for -nullvalue5f6fc8fFix #16554: fix blobs as part of .dump01f6a90looks nicere6da38aslight cleanup2ba7423add the adjusted version of the submitted reproduction as a test20445e7py::none() is produced for an OPTIONAL_FILTER, skip these inside OR / AND fil...d9673ba[Python Dev] No longer trigger a DeprecationWarning when using a UDF (#16433)3d1a1a9[Python] Fix some stubs issues (#16523)e5eca77fix stubs for LambdaExpression- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Package:
duckdb
Ecosystem:
pip
pip
Version Change:
<=1.2.1,>=0.10.0 → >=0.10.0,<=1.2.2
Update Type:
Minor
Minor
Technical Details
| ID: | 592076 |
| UUID: | 2538822738 |
| Node ID: | PR_kwDOOMEdyc6XU1xS |
| Host: | GitHub |
| Repository: | aignostics/python-sdk |
| Merge State: | Unknown |