Merge remote-tracking branch 'upstream/main' into hybrid-properties

This commit is contained in:
Benedikt Bartscher 2024-08-24 00:17:23 +02:00
commit 2ff47e1ea0
No known key found for this signature in database
3 changed files with 898 additions and 867 deletions

View File

@ -7,7 +7,6 @@ import time
from typing import Generator from typing import Generator
import pytest import pytest
import reflex_chakra as rc
from benchmarks import WINDOWS_SKIP_REASON from benchmarks import WINDOWS_SKIP_REASON
from reflex import constants from reflex import constants
@ -131,6 +130,7 @@ def render_multiple_pages(app, num: int):
def AppWithOnePage(): def AppWithOnePage():
"""A reflex app with one page.""" """A reflex app with one page."""
import reflex_chakra as rc
from rxconfig import config # type: ignore from rxconfig import config # type: ignore
import reflex as rx import reflex as rx

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" twine = ">=4.0.0,<6.0"
tomlkit = ">=0.12.4,<1.0" tomlkit = ">=0.12.4,<1.0"
lazy_loader = ">=0.4" lazy_loader = ">=0.4"
reflex-chakra = ">=0.1.1a1" reflex-chakra = ">=0.1.1a1,<0.6"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
pytest = ">=7.1.2,<8.0" pytest = ">=7.1.2,<8.0"