Skip to content

Commit 314f485

Browse files
authored
0810dev (#5754)
1 parent 5a87e31 commit 314f485

File tree

4 files changed

+226
-227
lines changed

4 files changed

+226
-227
lines changed

pyi_hashes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"reflex/components/el/elements/tables.pyi": "e3f299e59bb8ff87aa949c6b606551c9",
4040
"reflex/components/el/elements/typography.pyi": "b4ec4ffb448f7a9b5f94712404448d9e",
4141
"reflex/components/gridjs/datatable.pyi": "98a7e1b3f3b60cafcdfcd8879750ee42",
42-
"reflex/components/lucide/icon.pyi": "ed7837cbba335845e4a44fbb5948f2d8",
42+
"reflex/components/lucide/icon.pyi": "534579236b24656bd37e82c9ee76c3ef",
4343
"reflex/components/markdown/markdown.pyi": "2f84254a548e908020949564fc289339",
4444
"reflex/components/moment/moment.pyi": "93fa4c6009390fe9400197ab52735b84",
4545
"reflex/components/plotly/plotly.pyi": "4311a0aae2abcc9226abb6a273f96372",

pyproject.toml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[project]
22
name = "reflex"
3-
version = "0.8.9dev1"
3+
version = "0.8.10dev1"
44
description = "Web apps in pure Python."
55
license.text = "Apache-2.0"
66
authors = [
7-
{ name = "Nikhil Rao", email = "[email protected]" },
8-
{ name = "Alek Petuskey", email = "[email protected]" },
9-
{ name = "Masen Furer", email = "[email protected]" },
10-
{ name = "Elijah Ahianyo", email = "[email protected]" },
11-
{ name = "Thomas Brandeho", email = "[email protected]" },
12-
{ name = "Khaleel Al-Adhami", email = "[email protected]" },
7+
{ name = "Nikhil Rao" },
8+
{ name = "Alek Petuskey" },
9+
{ name = "Masen Furer" },
10+
{ name = "Elijah Ahianyo" },
11+
{ name = "Thomas Brandeho" },
12+
{ name = "Khaleel Al-Adhami" },
1313
]
1414
maintainers = [
15-
{ name = "Masen Furer", email = "[email protected]" },
16-
{ name = "Thomas Brandeho", email = "[email protected]" },
17-
{ name = "Khaleel Al-Adhami", email = "khaleel@reflex.dev" },
15+
{ name = "Masen Furer" },
16+
{ name = "Khaleel Al-Adhami" },
17+
{ email = "maintainers@reflex.dev" },
1818
]
1919
readme = "README.md"
2020
keywords = ["web", "framework"]
@@ -50,9 +50,7 @@ classifiers = [
5050
]
5151

5252
[project.optional-dependencies]
53-
monitoring = [
54-
"pyleak >=0.1.14,<1.0",
55-
]
53+
monitoring = ["pyleak >=0.1.14,<1.0"]
5654

5755
[project.urls]
5856
homepage = "https://reflex.dev"
@@ -232,7 +230,7 @@ fail_fast = true
232230

233231
[[tool.pre-commit.repos]]
234232
repo = "https://github.com/astral-sh/ruff-pre-commit"
235-
rev = "v0.12.10"
233+
rev = "v0.12.11"
236234
hooks = [
237235
{ id = "ruff-format", args = [
238236
"reflex",
@@ -264,7 +262,7 @@ hooks = [
264262

265263
[[tool.pre-commit.repos]]
266264
repo = "https://github.com/RobertCraigie/pyright-python"
267-
rev = "v1.1.403"
265+
rev = "v1.1.404"
268266
hooks = [{ id = "pyright", args = ["reflex", "tests"], language = "system" }]
269267

270268
[[tool.pre-commit.repos]]

reflex/components/lucide/icon.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from reflex.vars.base import LiteralVar, Var
77
from reflex.vars.sequence import LiteralStringVar, StringVar
88

9-
LUCIDE_LIBRARY = "lucide-react@0.541.0"
9+
LUCIDE_LIBRARY = "lucide-react@0.542.0"
1010

1111

1212
class LucideIconComponent(Component):
@@ -1002,6 +1002,7 @@ def _get_imports(self):
10021002
"linkedin",
10031003
"list_check",
10041004
"list_checks",
1005+
"list_chevrons_down_up",
10051006
"list_collapse",
10061007
"list_end",
10071008
"list_filter_plus",

0 commit comments

Comments
 (0)