We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca7cfb commit cd0c6b0Copy full SHA for cd0c6b0
1 file changed
src/Litestar/Config/pyproject.toml.jinja
@@ -18,7 +18,7 @@ dependencies = [
18
{% endif %}
19
20
{% if litestar_vite %}
21
- "litestar-vite",
+ "litestar-vite>=0.18.1",
22
23
]
24
@@ -31,10 +31,5 @@ lint.ignore = [
31
"PLR0911", # Too many return statements
32
33
34
-{% if litestar_vite %}
35
-[tool.uv.sources]
36
-litestar-vite = { git = "https://github.com/litestar-org/litestar-vite.git", rev = "4dd874c936dbb285afed508916e2d2dd447b2567" }
37
-{% endif %}
38
-
39
[dependency-groups]
40
dev = ["pre-commit>=4.5.1", "ruff>=0.14.13", "ty>=0.0.12"]
0 commit comments