Skip to content

Bump demo PEP 723 version pins to 0.3.1#186

Merged
koaning merged 1 commit intomainfrom
koaning/fix-forecast-export
Mar 27, 2026
Merged

Bump demo PEP 723 version pins to 0.3.1#186
koaning merged 1 commit intomainfrom
koaning/fix-forecast-export

Conversation

@koaning
Copy link
Copy Markdown
Owner

@koaning koaning commented Mar 27, 2026

Summary

  • All 35 demo notebooks had stale PEP 723 version pins (wigglystuff==0.2.37 or 0.2.40)
  • This caused ImportError when running uv run demos/forecast_chart.py because forecast_chart was added in 0.2.38
  • Bumps all demos to wigglystuff==0.3.1 (current release)

Test plan

  • uv run python -c "from wigglystuff import forecast_chart" passes
  • uv run marimo check demos/forecast_chart.py passes

🤖 Generated with Claude Code

The PEP 723 headers in demo notebooks pinned wigglystuff==0.2.37
(or 0.2.40), but forecast_chart was added in 0.2.38. Running
`uv run demos/forecast_chart.py` installed the old version and
failed with ImportError. Bump all 35 demos to 0.3.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@koaning koaning merged commit a31369c into main Mar 27, 2026
2 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.

1 participant