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 439268f commit ce6be11Copy full SHA for ce6be11
fbclient/streaming.py
@@ -39,7 +39,7 @@ def __call__(self):
39
return self.is_self_close
40
41
42
-def _data_to_dict(data: dict) -> tuple[int, dict]:
+def _data_to_dict(data: dict) -> Tuple[int, dict]:
43
version = 0
44
all_data = {}
45
flags = {}
fbclient/version.py
@@ -1 +1 @@
1
-VERSION = "1.1.2"
+VERSION = "1.1.3"
0 commit comments