Skip to content

Commit cd0c6b0

Browse files
committed
chore: update plugin version
1 parent 9ca7cfb commit cd0c6b0

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/Litestar/Config/pyproject.toml.jinja

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
{% endif %}
1919
{% endif %}
2020
{% if litestar_vite %}
21-
"litestar-vite",
21+
"litestar-vite>=0.18.1",
2222
{% endif %}
2323
]
2424

@@ -31,10 +31,5 @@ lint.ignore = [
3131
"PLR0911", # Too many return statements
3232
]
3333

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-
3934
[dependency-groups]
4035
dev = ["pre-commit>=4.5.1", "ruff>=0.14.13", "ty>=0.0.12"]

0 commit comments

Comments
 (0)