Skip to content

PFrames bump - #109

Merged
kevindetry-milaboratories merged 1 commit into
mainfrom
push-oomlnksnmprl
Sep 16, 2026
Merged

kevindetry-milaboratories merged 1 commit into
mainfrom
push-oomlnksnmprl

Conversation

@kevindetry-milaboratories

@kevindetry-milaboratories kevindetry-milaboratories commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

The Python 3.12.10 environment now uses polars-pf 1.1.61 instead of 1.1.60. The release note says this pframes-rs version no longer includes debug information in its native binaries.

  • Updates the pinned PFrames package version.
  • Adds a patch changeset describing the package update and native binary change.
Confidence Score: 5/5

The PR appears safe to merge. The changeset also targets the package that owns the changed pin.

The pin has wheels for every published target. Pull requests build each target, and the builder checks native imports.

Important Files Changed
Filename Overview
python-3.12.10/config.json Touched term: polars-pf is the PFrames Python package in this runtime. Its pin moves from 1.1.60 to 1.1.61 for every supported target.
.changeset/pframes-rs-1-1-61.md Touched terms:
  • Changeset is release metadata that tells the workspace what to version. This file requests a patch release for the Python 3.12.10 runtime.
  • debug info is extra symbol data stored in native binaries. The note says the new PFrames binaries no longer include it. |
Sequence Diagram
sequenceDiagram
    participant PR as Pull request
    participant Changeset as Changesets
    participant Config as Runtime config
    participant CI as Build matrix
    participant Builder as pl-py-builder
    participant PyPI
    participant Checker as Native import checker
    participant Artifact as Runtime artifact

    PR->>Config: Pin polars-pf 1.1.61
    PR->>Changeset: Request runtime patch release
    Config->>CI: Start pull request build
    par Linux x64 and ARM64
        CI->>Builder: Build python-3.12.10
    and macOS x64 and ARM64
        CI->>Builder: Build python-3.12.10
    and Windows x64
        CI->>Builder: Build python-3.12.10
    end
    Builder->>PyPI: Download pinned binary wheel
    PyPI-->>Builder: Return target wheel
    Builder->>Checker: Check native imports
    Checker-->>Builder: Pass or stop the build
    Builder->>Artifact: Create target runtime
    Changeset->>Artifact: Publish as a patch release
Loading

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

@kevindetry-milaboratories
kevindetry-milaboratories merged commit 5caf8f2 into main Sep 16, 2026
68 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