From 1c5927f04a853c79ac9b098eab92fb328ff9e4ad Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Thu, 30 Jul 2026 16:34:38 -0400 Subject: [PATCH] Updated asgiref dependency in free-threaded requirements. Follow-up to 0bba6363b0ecf3426defbdada17c5efbd51a77c8. --- tests/requirements/py3-free-threading.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements/py3-free-threading.txt b/tests/requirements/py3-free-threading.txt index a0ecf0cbcab5..4a63a8debcd7 100644 --- a/tests/requirements/py3-free-threading.txt +++ b/tests/requirements/py3-free-threading.txt @@ -3,7 +3,7 @@ # pywatchman are omitted: they don't support free-threading and re-enable the # GIL on import. aiosmtpd >= 1.4.5 -asgiref >= 3.12.0 +asgiref >= 3.12.1 # argon2-cffi-bindings, numpy, Pillow, and PyYAML publish free-threaded wheels # for Python 3.14+ only. argon2-cffi >= 23.1.0; python_version >= '3.14'