streamlit-webrtc 0.47.6__py3-none-any.whl → 0.47.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
streamlit_webrtc/mix.py CHANGED
@@ -127,7 +127,9 @@ class MediaStreamMixTrack(MediaStreamTrack, Generic[FrameT]):
127
127
  _input_tasks: "weakref.WeakKeyDictionary[RelayStreamTrack, asyncio.Task]"
128
128
  _input_queue: asyncio.Queue
129
129
  _queue: "asyncio.Queue[Optional[Frame]]"
130
- _latest_frames_map: "weakref.WeakKeyDictionary[RelayStreamTrack, Union[Frame, None]]" # noqa: E501
130
+ _latest_frames_map: (
131
+ "weakref.WeakKeyDictionary[RelayStreamTrack, Union[Frame, None]]"
132
+ )
131
133
  _latest_frames_updated_event: asyncio.Event
132
134
 
133
135
  _output_started: bool
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: streamlit-webrtc
3
- Version: 0.47.6
3
+ Version: 0.47.8
4
4
  Summary:
5
5
  Home-page: https://github.com/whitphx/streamlit-webrtc
6
6
  License: MIT
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.9
14
14
  Classifier: Programming Language :: Python :: 3.10
15
15
  Classifier: Programming Language :: Python :: 3.11
16
16
  Classifier: Programming Language :: Python :: 3.12
17
- Requires-Dist: aiortc (>=1.4.0,<2.0.0)
17
+ Requires-Dist: aiortc (>=1.9.0,<2.0.0)
18
18
  Requires-Dist: packaging (>=20.0)
19
19
  Requires-Dist: streamlit (>=0.84.1)
20
20
  Requires-Dist: typing_extensions (>=3.7.4,<5.0.0) ; python_version < "3.8"
@@ -26,6 +26,7 @@ Description-Content-Type: text/markdown
26
26
 
27
27
  [![Tests](https://github.com/whitphx/streamlit-webrtc/workflows/Tests/badge.svg?branch=main)](https://github.com/whitphx/streamlit-webrtc/actions?query=workflow%3ATests+branch%3Amain)
28
28
  [![Frontend Tests](https://github.com/whitphx/streamlit-webrtc/workflows/Frontend%20tests/badge.svg?branch=main)](https://github.com/whitphx/streamlit-webrtc/actions?query=workflow%3A%22Frontend+tests%22+branch%3Amain)
29
+ [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
29
30
 
30
31
  [![PyPI](https://img.shields.io/pypi/v/streamlit-webrtc)](https://pypi.org/project/streamlit-webrtc/)
31
32
  [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/streamlit-webrtc)](https://pypi.org/project/streamlit-webrtc/)
@@ -1,16 +1,16 @@
1
- streamlit_webrtc/__init__.py,sha256=jWKYuMtW7I1Uy_qNI0eNzDxO1LivisXkfVrtH7t10IY,2255
1
+ streamlit_webrtc/__init__.py,sha256=q5YB2Sx6amHctUMrZ76UqLgB5mrdR6ArRDK6eiKyKBo,2254
2
2
  streamlit_webrtc/_compat.py,sha256=X184CDqHsg22_2ajWzOMgNr0UiCtwv-1BWaKNSFNrt0,3745
3
3
  streamlit_webrtc/component.py,sha256=nhWo2ulmfkxCBqNahNb4Q2wdX8tdWEQEzOK1kW6yl34,24132
4
- streamlit_webrtc/components_callbacks.py,sha256=9eY48jwAwPQMJkqpeXDpkqUONmUEyGa32PFqFA05DgM,2184
4
+ streamlit_webrtc/components_callbacks.py,sha256=tdrj2TlV8qcexFEdjm4PVkz8JwHffo4A8imoXOtjNHA,2401
5
5
  streamlit_webrtc/config.py,sha256=Otjt1fWV5DigeMubO2kSo9W9tyiewQVLMakOqSx9xhw,4206
6
6
  streamlit_webrtc/eventloop.py,sha256=AFmxGlRRxVdl0cTS9pKpRZR2Mnq6v6DgudVZZ425IVw,1333
7
- streamlit_webrtc/factory.py,sha256=wbymOlpFpYftTKhY1Xi5HsOAAQ9pXsvUEGDc1AblNiw,6936
8
- streamlit_webrtc/frontend/build/asset-manifest.json,sha256=3BbVTklrKVigbregMSkulxNZW0Bxgs1HQsWnzSQRRmI,221
9
- streamlit_webrtc/frontend/build/index.html,sha256=oOMOTbVqgL3LylFwqEi1zycxfl15U4lpz42pRyLK6xg,457
10
- streamlit_webrtc/frontend/build/static/js/main.6951f096.js,sha256=trtN5QgWFECtyWcDerOj6srIwTCExDQNPZAja_Mw1h4,560339
11
- streamlit_webrtc/frontend/build/static/js/main.6951f096.js.LICENSE.txt,sha256=tFd79Iemf1ZVv96kX3gab39vXsPh-SFeKpfkk0rgyYE,4256
12
- streamlit_webrtc/frontend/build/static/js/main.6951f096.js.map,sha256=qzI_zdzMndjr_OkkfLp86Kn3P-sZVpthGQ5SdjtFlbc,2321856
13
- streamlit_webrtc/mix.py,sha256=9NHvw6cL-NYz9MYVS1NsGyguVvw1aHXfmCNNX0cCuQ8,8690
7
+ streamlit_webrtc/factory.py,sha256=KeZuYT1w99HVnDa0vh083KuTDSsrnngrPdc0u2a8dD8,6912
8
+ streamlit_webrtc/frontend/build/asset-manifest.json,sha256=4NkiKr1FEUv_5FCvWWCLE84L2uGEGr5itOy1hGk1-IE,221
9
+ streamlit_webrtc/frontend/build/index.html,sha256=Cp3X6AH856niw8ESeZUMMqBl94NfcAKrNKr8TX_zd7g,457
10
+ streamlit_webrtc/frontend/build/static/js/main.ff279b83.js,sha256=fUiXyvYwPjZsDu5g0cyXDk1VLhQ9AESQ40IyN4ft8Z4,557766
11
+ streamlit_webrtc/frontend/build/static/js/main.ff279b83.js.LICENSE.txt,sha256=tFd79Iemf1ZVv96kX3gab39vXsPh-SFeKpfkk0rgyYE,4256
12
+ streamlit_webrtc/frontend/build/static/js/main.ff279b83.js.map,sha256=LzaNuxQvqeDroTfpeK2kX2oakL8SKBKQbZUgkwmUM04,2319221
13
+ streamlit_webrtc/mix.py,sha256=Cd1a3bmJdCY_5Ita-bvW0Y5a0ydLHBANojBOqJ1Govo,8692
14
14
  streamlit_webrtc/models.py,sha256=xhrz9OpNsOarlN30YpBqVQwkTs4NUk_PLI6a7fIv950,6184
15
15
  streamlit_webrtc/process.py,sha256=_VzGmDA_q4XtReoM3tfF8RaxH44E_ZbCZLEOJdT-Thk,7782
16
16
  streamlit_webrtc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -21,7 +21,7 @@ streamlit_webrtc/session_info.py,sha256=pg_2RFexR18UfwpZT5ENcPfedEiWuAxBuXc2RRuF
21
21
  streamlit_webrtc/shutdown.py,sha256=rbWMhOIrbOBZDlqqBTzCfs4MuHQ0UEhljkNvvXoeTz0,2171
22
22
  streamlit_webrtc/source.py,sha256=haPqMZ50Xh8tg7Z1yN8Frfk8v7D3oOuKteaD59asbzs,2263
23
23
  streamlit_webrtc/webrtc.py,sha256=p4OXc1IQr-8kLjeZZmo6UXWzjzPQU6jjFgHW9aU75T0,27170
24
- streamlit_webrtc-0.47.6.dist-info/LICENSE,sha256=pwccNHVA7r4rYofGlMU10aKEU90GLUlQr8uY80PR0NQ,1081
25
- streamlit_webrtc-0.47.6.dist-info/METADATA,sha256=0ujLKGbkMPkhO070d2h4BAlMOCy2td1ON_Zp1jY80GQ,18965
26
- streamlit_webrtc-0.47.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
27
- streamlit_webrtc-0.47.6.dist-info/RECORD,,
24
+ streamlit_webrtc-0.47.8.dist-info/LICENSE,sha256=pwccNHVA7r4rYofGlMU10aKEU90GLUlQr8uY80PR0NQ,1081
25
+ streamlit_webrtc-0.47.8.dist-info/METADATA,sha256=BLEntBuFKI_DFbKA0crWEJOLu4-NaMSToVbutvidX0o,19122
26
+ streamlit_webrtc-0.47.8.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
27
+ streamlit_webrtc-0.47.8.dist-info/RECORD,,