Skip to content

Commit e793bf1

Browse files
committed
fix: update django version to 5.2.12 for compatibility
1 parent c1b9150 commit e793bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [{ name = "shaohuzhang1", email = "shaohu.zhang@fit2cloud.com" }]
66
requires-python = "~=3.11.0"
77
readme = "README.md"
88
dependencies = [
9-
"django==5.2.11",
9+
"django==5.2.12",
1010
"drf-spectacular[sidecar]==0.28.0",
1111
"django-redis==6.0.0",
1212
"django-db-connection-pool==1.2.6",

0 commit comments

Comments
 (0)