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