Skip to content

docs: pin examples to opendecree>=0.3.0a1 and document --pre install#103

Merged
zeevdr merged 1 commit into
mainfrom
fix/examples-pin-prerelease
May 25, 2026
Merged

docs: pin examples to opendecree>=0.3.0a1 and document --pre install#103
zeevdr merged 1 commit into
mainfrom
fix/examples-pin-prerelease

Conversation

@zeevdr
Copy link
Copy Markdown
Member

@zeevdr zeevdr commented May 25, 2026

Summary

  • Alpha releases are excluded by pip's default resolver; pinning to >=0.3.0a1 ensures the current release is installable.
  • The --pre flag is required until the SDK reaches a stable release, and was previously undocumented in the examples README.

Test plan

  • Verify pip install --pre opendecree>=0.3.0a1 resolves without --pre flag warning
  • Confirm README prerequisites section clearly describes the --pre requirement

Closes #66

examples/requirements.txt pinned to >=0.3.0a1 so pip resolves the
current alpha release. README prerequisites section updated with
--pre flag and alpha-status note.

Closes #66

Co-Authored-By: Claude <noreply@anthropic.com>
@zeevdr zeevdr added this to the Beta Readiness milestone May 25, 2026
@zeevdr zeevdr added size: S Quick win — a few hours or less priority: P2 Nice-to-have labels May 25, 2026
@zeevdr zeevdr merged commit f3d3e23 into main May 25, 2026
14 checks passed
@zeevdr zeevdr deleted the fix/examples-pin-prerelease branch May 25, 2026 09:53
@codecov
Copy link
Copy Markdown

codecov Bot commented May 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority: P2 Nice-to-have size: S Quick win — a few hours or less

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Examples: pin pre-release SDK and update --pre install hint

1 participant