Skip to content

Commit 379dcef

Browse files
committed
Merge branch 'main' into lukas/setup-uv
2 parents 8611fd0 + 8423764 commit 379dcef

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

livekit-rtc/livekit/rtc/frame_processor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ def _on_stream_info_updated(
2222
room_name: str,
2323
participant_identity: str,
2424
publication_sid: str,
25-
): ...
25+
) -> None: ...
2626

27-
def _on_credentials_updated(self, *, token: str, url: str): ...
27+
def _on_credentials_updated(self, *, token: str, url: str) -> None: ...
2828

2929
@abstractmethod
3030
def _process(self, frame: T) -> T: ...
3131

3232
@abstractmethod
33-
def _close(self): ...
33+
def _close(self) -> None: ...

livekit-rtc/livekit/rtc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.21"
1+
__version__ = "1.0.23"

livekit-rtc/pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,4 @@ manylinux-ppc64le-image = "manylinux_2_28"
6565
manylinux-s390x-image = "manylinux_2_28"
6666
manylinux-pypy_x86_64-image = "manylinux_2_28"
6767
manylinux-pypy_i686-image = "manylinux_2_28"
68-
manylinux-pypy_aarch64-image = "manylinux_2_28"
69-
70-
[tool.cibuildwheel.linux]
71-
before-build = "pip install requests && python rust-sdks/download_ffi.py --output livekit/rtc/resources && yum install -y libX11-devel libXrandr-devel libXext-devel libXfixes-devel libXdamage-devel libXcomposite-devel libXi-devel mesa-libGL-devel || apt install -y xorg-dev"
68+
manylinux-pypy_aarch64-image = "manylinux_2_28"

livekit-rtc/rust-sdks

Submodule rust-sdks updated 72 files

0 commit comments

Comments
 (0)