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 21f468b commit 64fae93Copy full SHA for 64fae93
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.9.0 ; python_full_version >= '3.8'",
+ "asgiref==3.9.1 ; 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'",
requirements.txt
@@ -1,5 +1,5 @@
1
-i https://pypi.org/simple
2
-asgiref==3.9.0; python_version >= '3.9'
+asgiref==3.9.1; python_version >= '3.9'
3
attrs==25.3.0; python_version >= '3.8'
4
django==5.2.4; python_version >= '3.10'
djangorestframework==3.16.0; python_version >= '3.9'
0 commit comments