Skip to content

Commit 1834448

Browse files
authored
Pin Django release in dev dependencies (#885)
Django 6.0 has some runtime changes that would fail `stubtest`. Pin version `5.2.*`
1 parent 20bda26 commit 1834448

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ dev = [
4646
"pytest==9.0.2",
4747
"pytest-mypy-plugins==3.2.0",
4848
"djangorestframework==3.16.1",
49+
"django==5.2.*",
4950
"types-pytz==2025.2.0.20251108",
5051
"types-requests==2.32.4.20250913",
5152
"types-urllib3==1.26.25.14",

uv.lock

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

0 commit comments

Comments
 (0)