|
1 | 1 | [project] |
2 | 2 | name = "reflex" |
3 | | -version = "0.8.17dev1" |
| 3 | +version = "0.8.18dev1" |
4 | 4 | description = "Web apps in pure Python." |
5 | 5 | license.text = "Apache-2.0" |
6 | 6 | authors = [ |
@@ -30,8 +30,8 @@ dependencies = [ |
30 | 30 | "pydantic >=1.10.21,<3.0", |
31 | 31 | "python-multipart >=0.0.20,<1.0", |
32 | 32 | "python-socketio >=5.12.0,<6.0", |
33 | | - "redis >=5.2.1,<7.0", |
34 | | - "reflex-hosting-cli >=0.1.57", |
| 33 | + "redis >=5.2.1,<8.0", |
| 34 | + "reflex-hosting-cli >=0.1.58", |
35 | 35 | "rich >=13,<15", |
36 | 36 | "sqlmodel >=0.0.27,<0.1", |
37 | 37 | "starlette >=0.47.0", |
@@ -243,7 +243,7 @@ fail_fast = true |
243 | 243 |
|
244 | 244 | [[tool.pre-commit.repos]] |
245 | 245 | repo = "https://github.com/astral-sh/ruff-pre-commit" |
246 | | -rev = "v0.14.1" |
| 246 | +rev = "v0.14.2" |
247 | 247 | hooks = [ |
248 | 248 | { id = "ruff-format", args = [ |
249 | 249 | "reflex", |
@@ -275,7 +275,7 @@ hooks = [ |
275 | 275 |
|
276 | 276 | [[tool.pre-commit.repos]] |
277 | 277 | repo = "https://github.com/RobertCraigie/pyright-python" |
278 | | -rev = "v1.1.406" |
| 278 | +rev = "v1.1.407" |
279 | 279 | hooks = [{ id = "pyright", args = ["reflex", "tests"], language = "system" }] |
280 | 280 |
|
281 | 281 | [[tool.pre-commit.repos]] |
|
0 commit comments