Przeglądaj źródła

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
Masen Furer 9 miesięcy temu
rodzic
commit
2e7f65e609
2 zmienionych plików z 350 dodań i 310 usunięć
  1. 349 309
      poetry.lock
  2. 1 1
      pyproject.toml

Plik diff jest za duży
+ 349 - 309
poetry.lock


+ 1 - 1
pyproject.toml

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

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików