Skip to content

Commit b2956f3

Browse files
committed
Increase required flit_core version to 3.11
Needed since Flask 3.1.1 after having set the "license" keyword to an SPDX license expression. Avoids this possible build error: flit_core.config.ConfigError: license field should be <class 'dict'>, not <class 'str'> Fixes: 0109e49 ("use uv").
1 parent ad68a12 commit b2956f3

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
@@ -84,7 +84,7 @@ Chat = "https://discord.gg/pallets"
8484
flask = "flask.cli:main"
8585

8686
[build-system]
87-
requires = ["flit_core<4"]
87+
requires = ["flit_core>=3.11,<4"]
8888
build-backend = "flit_core.buildapi"
8989

9090
[tool.flit.module]

0 commit comments

Comments
 (0)