|
1 | 1 | [project] |
2 | 2 | name = "reflex" |
3 | | -version = "0.8.9dev1" |
| 3 | +version = "0.8.10dev1" |
4 | 4 | description = "Web apps in pure Python." |
5 | 5 | license.text = "Apache-2.0" |
6 | 6 | 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" }, |
13 | 13 | ] |
14 | 14 | 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" }, |
18 | 18 | ] |
19 | 19 | readme = "README.md" |
20 | 20 | keywords = ["web", "framework"] |
@@ -50,9 +50,7 @@ classifiers = [ |
50 | 50 | ] |
51 | 51 |
|
52 | 52 | [project.optional-dependencies] |
53 | | -monitoring = [ |
54 | | - "pyleak >=0.1.14,<1.0", |
55 | | -] |
| 53 | +monitoring = ["pyleak >=0.1.14,<1.0"] |
56 | 54 |
|
57 | 55 | [project.urls] |
58 | 56 | homepage = "https://reflex.dev" |
@@ -232,7 +230,7 @@ fail_fast = true |
232 | 230 |
|
233 | 231 | [[tool.pre-commit.repos]] |
234 | 232 | repo = "https://github.com/astral-sh/ruff-pre-commit" |
235 | | -rev = "v0.12.10" |
| 233 | +rev = "v0.12.11" |
236 | 234 | hooks = [ |
237 | 235 | { id = "ruff-format", args = [ |
238 | 236 | "reflex", |
@@ -264,7 +262,7 @@ hooks = [ |
264 | 262 |
|
265 | 263 | [[tool.pre-commit.repos]] |
266 | 264 | repo = "https://github.com/RobertCraigie/pyright-python" |
267 | | -rev = "v1.1.403" |
| 265 | +rev = "v1.1.404" |
268 | 266 | hooks = [{ id = "pyright", args = ["reflex", "tests"], language = "system" }] |
269 | 267 |
|
270 | 268 | [[tool.pre-commit.repos]] |
|
0 commit comments