PFrames bump#90
Merged
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the version of polars-pf from 1.1.43 to 1.1.49 in the python-3.12.10/config.json configuration file and adds a corresponding changeset file to document the PFrames bump. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
kevindetry-milaboratories
approved these changes
Jun 17, 2026
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.
Greptile Summary
Bumps the
polars-pfdependency from1.1.43to1.1.49in the Python 3.12.10 runtime environment and adds the accompanying Changesets patch entry.polars-pf(1.1.43→1.1.49): The PFrames integration package for Polars, providing PlatForma-specific DataFrame/Series extensions used across bioinformatics pipelines. Six patch versions are being absorbed in a single jump, classified as apatchrelease of the run-environment itself.five-papayas-decide.md): A Changesets tracking file that declares this change as apatchbump for the@platforma-open/milaboratories.runenv-python-3.12.10package, which drives automated changelog generation and version publishing.config.jsondependencies: The pinned dependency list for the Python 3.12.10 runtime. All other pins remain unchanged; onlypolars-pfis updated.Confidence Score: 5/5
A single dependency version bump with no other changes; low risk as long as polars-pf 1.1.49 is compatible with the rest of the pinned stack.
Only one line changes in config.json — the polars-pf pin moves forward six patch versions. The changeset is correctly typed as patch. No other dependencies, build logic, or code are touched.
No files require special attention.
Important Files Changed
Sequence Diagram
%%{init: {'theme': 'neutral'}}%% sequenceDiagram participant CI as CI Build participant Config as config.json participant PyPI as PyPI participant Env as Python 3.12.10 Runtime CI->>Config: Read dependency pins Config-->>CI: "polars-pf==1.1.49 (was 1.1.43)" CI->>PyPI: "Download polars-pf==1.1.49" PyPI-->>CI: Wheel resolved CI->>Env: Install all pinned dependencies Env-->>CI: Runtime environment ready%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% sequenceDiagram participant CI as CI Build participant Config as config.json participant PyPI as PyPI participant Env as Python 3.12.10 Runtime CI->>Config: Read dependency pins Config-->>CI: "polars-pf==1.1.49 (was 1.1.43)" CI->>PyPI: "Download polars-pf==1.1.49" PyPI-->>CI: Wheel resolved CI->>Env: Install all pinned dependencies Env-->>CI: Runtime environment readyReviews (1): Last reviewed commit: "PFrames bump" | Re-trigger Greptile
Context used: