Skip to content

PFrames bump#90

Merged
vadimpiven merged 1 commit into
mainfrom
fix/pframes
Jun 17, 2026
Merged

PFrames bump#90
vadimpiven merged 1 commit into
mainfrom
fix/pframes

Conversation

@vadimpiven

@vadimpiven vadimpiven commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Bumps the polars-pf dependency from 1.1.43 to 1.1.49 in the Python 3.12.10 runtime environment and adds the accompanying Changesets patch entry.

  • polars-pf (1.1.431.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 a patch release of the run-environment itself.
  • Changeset (five-papayas-decide.md): A Changesets tracking file that declares this change as a patch bump for the @platforma-open/milaboratories.runenv-python-3.12.10 package, which drives automated changelog generation and version publishing.
  • config.json dependencies: The pinned dependency list for the Python 3.12.10 runtime. All other pins remain unchanged; only polars-pf is 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

Filename Overview
python-3.12.10/config.json Bumps polars-pf from 1.1.43 to 1.1.49; all other pins are unchanged.
.changeset/five-papayas-decide.md New changeset declaring a patch release for milaboratories.runenv-python-3.12.10 with the PFrames bump note.

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
Loading
%%{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 ready
Loading

Reviews (1): Last reviewed commit: "PFrames bump" | Re-trigger Greptile

Context used:

  • Context used - Terms is a types in codebase. Provide the list of ... (source)

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@vadimpiven vadimpiven merged commit cc86924 into main Jun 17, 2026
51 of 54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants