Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 11aea72

Browse files
authored
pin flet version to `>=0.70.0.dev0 (#6)
1 parent 4c5ee7d commit 11aea72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [{ name = "Flet contributors", email = "hello@flet.dev" }]
77
license = "Apache-2.0"
88
requires-python = ">=3.10"
99
dependencies = [
10-
"flet >=0.70.0",
10+
"flet >=0.70.0.dev0",
1111
]
1212

1313
[project.urls]

0 commit comments

Comments
 (0)