File tree 4 files changed +6
-3
lines changed
internals/contributing/writing-code
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ dependencies:
278
278
279
279
* aiosmtpd_
280
280
* argon2-cffi_ 19.1.0+
281
- * asgiref_ 3.4.1 + (required)
281
+ * asgiref_ 3.5.2 + (required)
282
282
* bcrypt_
283
283
* colorama_
284
284
* docutils_
Original file line number Diff line number Diff line change @@ -567,6 +567,9 @@ Miscellaneous
567
567
:meth:`.Model.validate_unique`, and :meth:`.Model.validate_constraints`
568
568
methods.
569
569
570
+ * The minimum supported version of ``asgiref`` is increased from 3.4.1 to
571
+ 3.5.2.
572
+
570
573
.. _deprecated-features-4.1:
571
574
572
575
Features deprecated in 4.1
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ packages = find:
38
38
include_package_data = true
39
39
zip_safe = false
40
40
install_requires =
41
- asgiref >= 3.4.1
41
+ asgiref >= 3.5.2
42
42
backports.zoneinfo; python_version<"3.9"
43
43
sqlparse >= 0.2.2
44
44
tzdata; sys_platform == 'win32'
Original file line number Diff line number Diff line change 1
1
aiosmtpd
2
- asgiref >= 3.4.1
2
+ asgiref >= 3.5.2
3
3
argon2-cffi >= 16.1.0
4
4
backports.zoneinfo; python_version < '3.9'
5
5
bcrypt
You can’t perform that action at this time.
0 commit comments