Skip to content

fix: bump polars to 1.43.2 - #503

Merged
tschm merged 1 commit into
mainfrom
fix/polars-1.43.2
Aug 4, 2026
Merged

fix: bump polars to 1.43.2#503
tschm merged 1 commit into
mainfrom
fix/polars-1.43.2

Conversation

@tschm

@tschm tschm commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Problem

polars==1.43.1 depends on polars-runtime-32==1.43.1, which has been yanked from PyPI. uv therefore cannot resolve the notebooks' inline PEP 723 dependencies, and all five marimo jobs fail:

× No solution found when resolving script dependencies:
╰─▶ Because polars-runtime-32==1.43.1 was yanked and polars==1.43.1 depends
    on polars-runtime-32==1.43.1, we can conclude that polars==1.43.1 cannot
    be used.

Fix

  • Bump the inline script pin in Experiment1.pyExperiment5.py to polars==1.43.2
  • Raise the pyproject.toml floor to polars>=1.43.2 so the yanked release is never named
  • Relock (polars and polars-runtime-32 1.43.1 → 1.43.2)

Note

This is also what is currently red on #502 — that PR's five marimo jobs fail on the same resolution error. Rebasing it on main after this merges should turn it green.

🤖 Generated with Claude Code

polars 1.43.1 depends on the yanked polars-runtime-32==1.43.1, so uv
cannot resolve it and every marimo notebook job fails with "No solution
found when resolving script dependencies".

Bump the inline script pin in Experiment1-5 to polars==1.43.2, raise the
pyproject floor to >=1.43.2 so the yanked release is not named at all,
and relock.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 4, 2026 07:39
@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@tschm, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 44 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 27d7ffbf-4e0f-44fe-a191-018b5c0def52

📥 Commits

Reviewing files that changed from the base of the PR and between cfd57ce and b88b6b3.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (6)
  • book/marimo/notebooks/Experiment1.py
  • book/marimo/notebooks/Experiment2.py
  • book/marimo/notebooks/Experiment3.py
  • book/marimo/notebooks/Experiment4.py
  • book/marimo/notebooks/Experiment5.py
  • pyproject.toml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the project’s Polars dependency to avoid a yanked transitive runtime package that breaks uv resolution for the marimo notebook scripts.

Changes:

  • Raised the pyproject.toml minimum Polars version to >=1.43.2.
  • Updated the marimo notebooks’ inline PEP 723 dependency pins from polars==1.43.1 to polars==1.43.2 (Experiments 1–5).
  • Relocked uv.lock to polars / polars-runtime-32 1.43.2.

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
uv.lock Updates the resolved Polars and runtime package versions/specifiers to 1.43.2.
pyproject.toml Raises the Polars dependency floor to avoid referencing the yanked 1.43.1 release.
book/marimo/notebooks/Experiment1.py Bumps inline notebook dependency pin to polars==1.43.2.
book/marimo/notebooks/Experiment2.py Bumps inline notebook dependency pin to polars==1.43.2.
book/marimo/notebooks/Experiment3.py Bumps inline notebook dependency pin to polars==1.43.2.
book/marimo/notebooks/Experiment4.py Bumps inline notebook dependency pin to polars==1.43.2.
book/marimo/notebooks/Experiment5.py Bumps inline notebook dependency pin to polars==1.43.2.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tschm
tschm merged commit 7ae6313 into main Aug 4, 2026
67 checks passed
@tschm
tschm deleted the fix/polars-1.43.2 branch August 4, 2026 07:44
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