We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2871f9 commit 825a011Copy full SHA for 825a011
pyproject.toml
@@ -5,7 +5,7 @@ description = "A Django REST framework for building APIs"
5
readme = "README.md"
6
requires-python = ">=3.12"
7
dependencies = [
8
- "asgiref==3.8.1 ; python_full_version >= '3.8'",
+ "asgiref==3.9.0 ; python_full_version >= '3.8'",
9
"asgiref==3.9.0 ; python_full_version >= '3.9'",
10
"attrs==25.3.0 ; python_full_version >= '3.8'",
11
"django==5.2.4 ; python_full_version >= '3.10'",
0 commit comments