We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81645d2 commit 38994eeCopy full SHA for 38994ee
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
4
authors = [
5
{ name = "Alexandre Viau", email="alexandre.viau@flare.io>" }
6
]
7
-requires-python = ">=3.12"
+requires-python = ">=3.14"
8
dependencies = [
9
"pydantic>=2.12.3",
10
"ty>=0.0.15",
@@ -17,7 +17,7 @@ dependencies = [
17
18
19
[build-system]
20
-requires = ["uv_build>=0.9.28,<0.10.0"]
+requires = ["uv_build>=0.10.0,<0.11.0"]
21
build-backend = "uv_build"
22
23
[tool.ruff.lint]
0 commit comments