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 139e965 commit 8b319baCopy full SHA for 8b319ba
livekit-rtc/livekit/rtc/version.py
@@ -1 +1 @@
1
-__version__ = "0.8.0"
+__version__ = "0.9.0.dev0"
livekit-rtc/livekit/rtc/video_frame.py
@@ -16,7 +16,6 @@
16
from typing import Union
17
from ._proto import video_frame_pb2 as proto_video
18
from ._proto import ffi_pb2 as proto
19
-from dataclasses import dataclass
20
from typing import List, Optional
21
from ._ffi_client import FfiClient, FfiHandle
22
from ._utils import get_address
0 commit comments