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 5c8ec07 commit 625c512Copy full SHA for 625c512
1 file changed
litestar_saq/config.py
@@ -24,7 +24,7 @@
24
25
T = TypeVar("T")
26
TaskQueue = Union[Queue, SaqQueue]
27
-DumpType = SaqDumpType | Callable[[Dict], bytes]
+DumpType = Union[SaqDumpType, Callable[[Dict], bytes]]
28
29
30
def serializer(value: Any) -> str:
0 commit comments