We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b50c9 commit 2136fc8Copy full SHA for 2136fc8
1 file changed
pyproject.toml
@@ -17,13 +17,13 @@ Homepage = "https://fable.io"
17
[dependency-groups]
18
dev = [
19
"pytest>=9.0.3,<10",
20
- "ruff>=0.15.9,<0.16",
21
- "maturin>=1.12.6,<2",
22
- "dunamai>=1.23.1,<2",
23
- "pydantic>=2.11.7",
24
- "attrs>=25.3.0",
+ "ruff>=0.15.10,<0.16",
+ "maturin>=1.13.1,<2",
+ "dunamai>=1.26.1,<2",
+ "pydantic>=2.13.0",
+ "attrs>=26.1.0",
25
"pyright>=1.1.408",
26
- "ty>=0.0.7",
+ "ty>=0.0.30",
27
]
28
29
[tool.hatch.build.targets.sdist]
0 commit comments