Re-pin reflex-base to released 0.9.6#6680
Conversation
Now that reflex-base 0.9.6 is published, replace the development-release pin in reflex-components-core (reflex-base >= 0.9.5.post2.dev0) with the released floor reflex-base >= 0.9.6, so the package can be published without tripping the dev-pin publish gate. Also bump the root reflex floor to reflex-base >= 0.9.6 for internal consistency (the published reflex wheel exact-pins the matching reflex-base regardless). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017ELfV78gRoQiknTTEXctPs
Greptile SummaryReplaces the development-release pin on
Confidence Score: 5/5Two-line dependency floor bump to a published release; no logic changes. Both changes are minimal, targeted version floor bumps that match the PR description exactly. The dev-release pin is replaced with the now-published 0.9.6, and the root package floor is updated to match. The uv.lock is unaffected (editable workspace deps don't record a version specifier), so no transitive dependency graph changes are introduced. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Re-pin reflex-base to released 0.9.6" | Re-trigger Greptile |
Merging this PR will degrade performance by 3.56%
Warning Please fix the performance issues or acknowledge them on CodSpeed. Performance Changes
Tip Investigate this regression by commenting Comparing Footnotes
|
Now that reflex-components-core 0.9.6 is published, raise the root reflex dependency floor from >= 0.9.5 to >= 0.9.6, so an install of reflex 0.9.6 pulls the matching core release. This completes the 0.9.6 dependency alignment; reflex-base was already bumped to >= 0.9.6 in #6680. Verified: reflex-components-core==0.9.6 resolves from PyPI, uv.lock is unaffected (editable workspace dep), and `check_min_deps.py reflex` passes. Claude-Session: https://claude.ai/code/session_017ELfV78gRoQiknTTEXctPs Co-authored-by: Claude <noreply@anthropic.com>
Wave-2 follow-up to #6679, now that
reflex-base0.9.6 is published.Replaces the development-release pin with the released floor so the dev-pin publish gate (
check_min_deps.py --check-dev-pins) passes andreflex-components-core0.9.6 can be published:reflex-components-core:reflex-base >= 0.9.5.post2.dev0→reflex-base >= 0.9.6(the only dev pin in the workspace)reflex:reflex-base >= 0.9.5→reflex-base >= 0.9.6(internal consistency; the publishedreflexwheel exact-pins the matchingreflex-baseregardless)The root
reflex-components-core >= 0.9.5floor is intentionally left as-is —core0.9.6 isn't published yet, so bumping it would breakmin_deps.Verification
check_min_deps.py --check-dev-pins→ clean ("No development-release dependency pins found in 20 packages").uv lock --check→ up to date (editable workspace deps don't record a version specifier, so the floor change doesn't touchuv.lock).uv pip install --no-sources --dry-run reflex-base==0.9.6→ resolves from PyPI.🤖 Generated with Claude Code
https://claude.ai/code/session_017ELfV78gRoQiknTTEXctPs
Generated by Claude Code