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 d0ce78b commit 4b10ca0Copy full SHA for 4b10ca0
CHANGELOG.txt
@@ -1,3 +1,10 @@
1
+3.3.4 (2021-04-06)
2
+------------------
3
+
4
+* The async_to_sync type error is now a warning due the high false negative
5
+ rate when trying to detect coroutine-returning callables in Python.
6
7
8
3.3.3 (2021-04-06)
9
------------------
10
asgiref/__init__.py
@@ -1 +1 @@
-__version__ = "3.3.3"
+__version__ = "3.3.4"
0 commit comments