Upper bound for reflex-chakra dependency (#3824)

* Upper bound for reflex-chakra dependency

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.

* Relock deps
This commit is contained in:
Masen Furer 2024-08-23 12:59:34 -07:00 committed by GitHub
parent 9c656a0f9c
commit 56c24f5432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 897 additions and 866 deletions

1761
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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"