Skip to content

Commit

Permalink
Upper bound for reflex-chakra dependency
Browse files Browse the repository at this point in the history
We have to make a breaking change in reflex-chakra, and it will happen in 0.6.0, so ensure that reflex 0.5.10 never installs the breaking version of reflex-chakra.
  • Loading branch information
masenf authored Aug 22, 2024
1 parent 13a6d53 commit 4915e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ httpx = ">=0.25.1,<1.0"
twine = ">=4.0.0,<6.0"
tomlkit = ">=0.12.4,<1.0"
lazy_loader = ">=0.4"
reflex-chakra = ">=0.1.1a1"
reflex-chakra = ">=0.1.1a1,<0.6"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.1.2,<8.0"
Expand Down

0 comments on commit 4915e8a

Please sign in to comment.