Skip to content

Commit 34ee005

Browse files
masenfclaude
andauthored
Re-pin reflex-base to released 0.9.7 (#6782)
* Re-pin reflex-base to the 0.9.7 prerelease series (>= 0.9.7a1) reflex-components-core (rx.upload) and reflex-components-radix (rx.segmented_control) now call ArrayVar.map, added in reflex-base 0.9.7 (#6701), so raise their floors to reflex-base >= 0.9.7a1. The alpha lower bound matches the whole 0.9.7 prerelease series (a/b/rc) and the eventual final 0.9.7, so a reflex-base 0.9.7a1 prerelease can be published first and this change's min-deps check resolves green against it. The root reflex floor is bumped too for source accuracy — the publish workflow rewrites it to reflex-base == <version> when building reflex. Second wave of the two-wave release flow (materialize -> publish base -> re-pin), matching #6680 for the 0.9.6 cycle. An alpha pin is not rejected by the check-dev-pins publish gate (only *.dev pins are), so the dependents can also be cut as 0.9.7 prereleases. min-deps stays red until reflex-base 0.9.7a1 is published to PyPI. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KX93fjAHfXYH4UpbSmaSon * Re-pin reflex-base to released 0.9.7 Now that the 0.9.7 line is being cut, pin reflex-components-core, reflex-components-radix, and root reflex to reflex-base >= 0.9.7 for the final release, superseding the >= 0.9.7a1 prerelease bound that was used to build the 0.9.7 prereleases from the tagged commit. The min-deps check resolves from PyPI with --no-sources, so this stays red until reflex-base 0.9.7 (final) is published to PyPI. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KX93fjAHfXYH4UpbSmaSon --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 127e4d8 commit 34ee005

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/reflex-components-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{ name = "Khaleel Al-Adhami", email = "khaleel@reflex.dev" }]
88
maintainers = [{ name = "Khaleel Al-Adhami", email = "khaleel@reflex.dev" }]
99
requires-python = ">=3.10"
1010
dependencies = [
11-
"reflex-base >= 0.9.6",
11+
"reflex-base >= 0.9.7",
1212
"reflex-components-lucide >= 0.9.0",
1313
"reflex-components-sonner >= 0.9.0",
1414
"python_multipart >= 0.0.21",

packages/reflex-components-radix/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{ name = "Khaleel Al-Adhami", email = "khaleel@reflex.dev" }]
88
maintainers = [{ name = "Khaleel Al-Adhami", email = "khaleel@reflex.dev" }]
99
requires-python = ">=3.10"
1010
dependencies = [
11-
"reflex-base >= 0.9.5",
11+
"reflex-base >= 0.9.7",
1212
"reflex-components-core >= 0.9.5",
1313
"reflex-components-lucide >= 0.9.0",
1414
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"starlette >=1.3.1",
3333
"typing_extensions >=4.13.0",
3434
"wrapt >=1.17.0,<2.2",
35-
"reflex-base >= 0.9.6",
35+
"reflex-base >= 0.9.7",
3636
"reflex-components-code >= 0.9.0",
3737
"reflex-components-core >= 0.9.6",
3838
"reflex-components-dataeditor >= 0.9.0",

0 commit comments

Comments
 (0)