Skip to content

Commit 1c4fde4

Browse files
masenfclaude
andauthored
Re-pin reflex-base to released 0.9.6 (#6680)
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). Claude-Session: https://claude.ai/code/session_017ELfV78gRoQiknTTEXctPs Co-authored-by: Claude <noreply@anthropic.com>
1 parent 92a7d36 commit 1c4fde4

2 files changed

Lines changed: 2 additions & 2 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.5.post2.dev0",
11+
"reflex-base >= 0.9.6",
1212
"reflex-components-lucide >= 0.9.0",
1313
"reflex-components-sonner >= 0.9.0",
1414
"python_multipart >= 0.0.21",

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,<3.0",
35-
"reflex-base >= 0.9.5",
35+
"reflex-base >= 0.9.6",
3636
"reflex-components-code >= 0.9.0",
3737
"reflex-components-core >= 0.9.5",
3838
"reflex-components-dataeditor >= 0.9.0",

0 commit comments

Comments
 (0)