Skip to content

Commit d32fe9b

Browse files
committed
chore: Update Litestar version to >=2.16.0
1 parent 969288c commit d32fe9b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ maintainers = [
1313
requires-python = ">=3.9"
1414
dependencies = [
1515
"django>=4.2.20",
16-
"litestar",
16+
"litestar>=2.16.0",
1717
]
1818

1919
[dependency-groups]
@@ -27,9 +27,6 @@ dev = [
2727
"typing-extensions>=4.13.2",
2828
]
2929

30-
[tool.uv.sources]
31-
litestar = { git = "https://github.com/litestar-org/litestar", branch = "main" }
32-
3330

3431
[tool.mypy]
3532
packages = ["litestar_django"]

uv.lock

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)