fix(api): require django >=4.2.0,<4.3

This commit is contained in:
jo 2023-04-03 12:51:00 +02:00 committed by Kyle Robbertze
parent 22b2d33c4d
commit b474eb3f64
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# This file is auto-generated by tools/extract_requirements.py.
django-cors-headers>=3.14.0,<3.15
django-filter>=2.4.0,<23.2
django>=4.1.4,<4.3
django>=4.2.0,<4.3
djangorestframework>=3.12.1,<3.15
drf-spectacular>=0.22.1,<0.27
psycopg2>=2.8.6,<2.10

View File

@ -26,7 +26,7 @@ setup(
install_requires=[
"django-cors-headers>=3.14.0,<3.15",
"django-filter>=2.4.0,<23.2",
"django>=4.1.4,<4.3",
"django>=4.2.0,<4.3",
"djangorestframework>=3.12.1,<3.15",
"drf-spectacular>=0.22.1,<0.27",
"requests>=2.25.1,<2.29",