Bump the python-packages group across 1 directory with 3 updates#166
Merged
MaxHalford merged 1 commit intomainfrom Jan 27, 2026
Merged
Bump the python-packages group across 1 directory with 3 updates#166MaxHalford merged 1 commit intomainfrom
MaxHalford merged 1 commit intomainfrom
Conversation
Bumps the python-packages group with 3 updates in the / directory: [duckdb](https://github.com/duckdb/duckdb-python), [pandas](https://github.com/pandas-dev/pandas) and [rich](https://github.com/Textualize/rich). Updates `duckdb` from 1.4.3 to 1.4.4 - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](duckdb/duckdb-python@v1.4.3...v1.4.4) Updates `pandas` from 2.3.3 to 3.0.0 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.3...v3.0.0) Updates `rich` from 14.2.0 to 14.3.1 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.2.0...v14.3.1) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: rich dependency-version: 14.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
No issues found across 2 files
Architecture diagram
sequenceDiagram
participant App as Application Logic
participant Duck as DuckDB (v1.4.4)
participant Pandas as Pandas (v3.0.0)
participant Rich as Rich (v14.3.1)
Note over App,Rich: Impact of Major Version Upgrade (Pandas 3.0 + DuckDB Integration)
App->>Duck: execute("SELECT ...")
Note over Duck,Pandas: UPDATED: DuckDB now supports Pandas 3.0 types
Duck->>Pandas: to_df() / fetchdf()
alt Backend Data Construction
Pandas->>Pandas: NEW: infer_objects()
Note right of Pandas: Strings now use "string[pyarrow]"<br/>or new numpy string dtype by default
end
Pandas-->>Duck: DataFrame Object
Duck-->>App: Returns DataFrame
Note over App,Pandas: CHANGED: Pandas 3.0 Runtime Behavior
App->>Pandas: Operation (e.g., slice, modify)
alt Copy-on-Write (CoW) Behavior
Pandas->>Pandas: Check reference counts
opt Modification on View
Pandas->>Pandas: NEW: Trigger deep copy
Note right of Pandas: Prevents side-effects<br/>No SettingWithCopyWarning
end
end
App->>Rich: console.print(dataframe)
Rich->>Pandas: Iterates values
Rich->>Rich: CHANGED: Calculate cell widths
Note right of Rich: Fixes for multi-codepoint/emoji widths
Rich-->>App: Renders to Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-packages group with 3 updates in the / directory: duckdb, pandas and rich.
Updates
duckdbfrom 1.4.3 to 1.4.4Release notes
Sourced from duckdb's releases.
Commits
a12f36cPrepare for v1.4.4 (#280)77a3f8dSet submodule to release hashf1711b5Support for Pandas 3.0.0 (#277)8361d73Move slow tests to slow and fix test error when pyarrow is missing5d9b64eAdd timedelta[s|ms|us|ns] numpy types5a654d3pandas default backend fixes9d6edb6dependency updates and fix for lazy attribute accessorsc2e6505Support Pandas' new str typee32ed3eFix DECREF bug during interpreter shutdown (#275)39c384bFix DECREF bug during interpreter shutdownUpdates
pandasfrom 2.3.3 to 3.0.0Release notes
Sourced from pandas's releases.
... (truncated)
Commits
366ccdfRLS: 3.0.0139f4d0DOC: split/reorder other enhancements section in 3.0.0 whatsnew notes (#63762)fd2a4f4TST: assert reading of legacy pickles against current data (#61792)cc0bcaaDOC: update whatsnew section on datetimelike resolution (#63780)3ddbb49DOC: remove 2.3.4 whatsnew file from released 3.0 docs (#63779)ee63532CLN: Create temporary HDF5 file path and HDFStore for pytables tests (#63492)9512e99CoW: better chained assignment warning message for update() method (#63500)1db90d5API: rename read_iceberg selected_fields keyword to columns (#63748)c9b51faBUG: .str methods failing on PyArrow using regex with \Z (#63705)7cff0f4API: Period.to_timestamp default to microsecond unit (#63760)Updates
richfrom 14.2.0 to 14.3.1Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
Commits
f2a1c3bMerge pull request #3944 from Textualize/nerf-fonts2e5a5dachangelog73ee823fix fonts36fe3f7docstring9a99accMerge pull request #3828 from RyanSharafuddin/master2f56d4dMerge pull request #3942 from Textualize/markdown-style97b5beatypo9303d77markdown test900052cbumpe9b0e19Update to markdown stylesDependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by cubic
Upgrade pandas to 3.0.0, duckdb to 1.4.4, and rich to 14.3.1 to pick up bug fixes and pandas 3 support. Updates the pandas upper bound in pyproject and refreshes uv.lock.
Written for commit 3b7f301. Summary will update on new commits.