Updated Flet version

This commit is contained in:
2025-12-17 23:15:10 -05:00
parent c7faed0597
commit 4a78a01ae3
3 changed files with 7 additions and 3 deletions

3
.gitignore vendored
View File

@@ -165,4 +165,5 @@ storage/
# Custom
ingredients.json
checklist.md
.vscode/
.vscode/
settings.json

View File

@@ -8,7 +8,7 @@ authors = [
{ name = "Nick Kalar", email = "nick@kalar.codes" }
]
dependencies = [
"flet==0.28.3"
"flet >=0.70.0.dev0",
]
[tool.flet]
@@ -29,6 +29,9 @@ copyright = "Copyright (C) 2025 by Nick Kalar"
[tool.flet.app]
path = "src"
[tool.flet.macos]
entitlement."com.apple.security.files.user-selected.read-write" = true
[tool.uv]
dev-dependencies = [
"flet[all]==0.28.3",

View File

@@ -1,2 +1,2 @@
python-dotenv
flet[all]
'flet[all]>=0.70.0.dev0'