We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2202712 commit a31443dCopy full SHA for a31443d
pyproject.toml
@@ -8,7 +8,7 @@ optional-dependencies = { test-tools = [
8
"pyfakefs (>=5,<6)",
9
"pytest-django (>=4,<5)",
10
], common-core = [
11
- "django (>5,<6)",
+ "django (>4,<6)",
12
"django-health-check",
13
"djangorestframework-recursive",
14
"djangorestframework",
@@ -23,7 +23,7 @@ optional-dependencies = { test-tools = [
23
24
], task-processor = [
25
"backoff (>=2.2.1,<3.0.0)",
26
27
28
"prometheus-client (>=0.0.16)",
29
] }
0 commit comments