Skip to content

PFrames bump - #100

Merged
vadimpiven merged 1 commit into
mainfrom
fix/pframes_bump
Jul 10, 2026
Merged

PFrames bump#100
vadimpiven merged 1 commit into
mainfrom
fix/pframes_bump

Conversation

@vadimpiven

@vadimpiven vadimpiven commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps the polars-pf package pin in the Python 3.12.10 run environment from 1.1.53 to 1.1.54, paired with a changeset entry that triggers a patch release of the enclosing runenv-python-3.12.10 package.

  • polars-pf — A proprietary MiLaLaboratories extension to Polars that provides PFrames (Platforma Frames) data-format support. Version 1.1.54 is pinned alongside the other Polars-family packages (polars-lts-cpu, polars-ds-lts-cpu, polars-hash-lts-cpu), all of which remain unchanged at their current pins.
  • Changesetswift-rabbits-attack.md correctly declares a patch bump for @platforma-open/milaboratories.runenv-python-3.12.10, consistent with a dependency-only update.

Touched Terms:

Term Definition Change
polars-pf Proprietary MiLaLaboratories Polars extension enabling PFrames (Platforma Frames) columnar data interchange within the Platforma ecosystem Upgraded 1.1.53 → 1.1.54
PFrames Platforma Frames — the typed columnar data-transfer format used across Platforma workflows and run environments Indirectly updated; the polars-pf package is its Python implementation
dependencies (in config.json) The pinned list of Python packages that are installed into the Python 3.12.10 run environment at build time One entry changed (polars-pf)
patch (changeset type) Semver patch bump — a backward-compatible fix or update that does not add or remove public API Declared in the new changeset file for this PR
@platforma-open/milaboratories.runenv-python-3.12.10 The Platforma package identifier for the Python 3.12.10 run environment distributed to workflow nodes Receives a patch release triggered by this changeset

Confidence Score: 5/5

A single dependency pin update with a matching changeset — straightforward and low risk.

The change touches exactly one package pin (polars-pf 1.1.53 → 1.1.54) and a correctly scoped changeset. No configuration structure is altered, no other packages are affected, and the version step is a minor patch increment within a well-established internal package family.

No files require special attention.

Important Files Changed

Filename Overview
python-3.12.10/config.json Bumps polars-pf dependency from 1.1.53 to 1.1.54 — a single-line patch version increment with no other changes.
.changeset/swift-rabbits-attack.md New changeset file correctly marking the runenv-python-3.12.10 package for a patch release, matching the scope of the dependency bump.

Sequence Diagram

%%{init: {'theme': 'neutral'}}%%
sequenceDiagram
    participant Dev as Developer
    participant Changeset as Changeset File
    participant Config as config.json
    participant PyPI as PyPI
    participant RunEnv as runenv-python-3.12.10

    Dev->>Changeset: Add swift-rabbits-attack.md (patch bump)
    Dev->>Config: Update polars-pf 1.1.53 → 1.1.54
    Config->>PyPI: "Resolve polars-pf==1.1.54"
    PyPI-->>Config: "Wheel downloaded & pinned"
    Changeset->>RunEnv: "Trigger patch release of @platforma-open/milaboratories.runenv-python-3.12.10"
    RunEnv-->>Dev: New run environment image published with updated PFrames support
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 Dev as Developer
    participant Changeset as Changeset File
    participant Config as config.json
    participant PyPI as PyPI
    participant RunEnv as runenv-python-3.12.10

    Dev->>Changeset: Add swift-rabbits-attack.md (patch bump)
    Dev->>Config: Update polars-pf 1.1.53 → 1.1.54
    Config->>PyPI: "Resolve polars-pf==1.1.54"
    PyPI-->>Config: "Wheel downloaded & pinned"
    Changeset->>RunEnv: "Trigger patch release of @platforma-open/milaboratories.runenv-python-3.12.10"
    RunEnv-->>Dev: New run environment image published with updated PFrames support
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 polars-pf dependency version from 1.1.53 to 1.1.54 in python-3.12.10/config.json and adds a corresponding changeset file for a patch release. There are no review comments, and I have no additional 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 b7c44f2 into main Jul 10, 2026
58 of 60 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