streamlit-webrtc 0.47.7__tar.gz → 0.47.8__tar.gz
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-0.47.7 → streamlit_webrtc-0.47.8}/PKG-INFO +2 -2
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/pyproject.toml +4 -4
- streamlit_webrtc-0.47.8/streamlit_webrtc/frontend/build/asset-manifest.json +10 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/frontend/build/index.html +1 -1
- streamlit_webrtc-0.47.8/streamlit_webrtc/frontend/build/static/js/main.ff279b83.js +103 -0
- streamlit_webrtc-0.47.8/streamlit_webrtc/frontend/build/static/js/main.ff279b83.js.map +1 -0
- streamlit_webrtc-0.47.7/streamlit_webrtc/frontend/build/asset-manifest.json +0 -10
- streamlit_webrtc-0.47.7/streamlit_webrtc/frontend/build/static/js/main.9c17b353.js +0 -3
- streamlit_webrtc-0.47.7/streamlit_webrtc/frontend/build/static/js/main.9c17b353.js.map +0 -1
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/LICENSE +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/README.md +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/__init__.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/_compat.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/component.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/components_callbacks.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/config.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/eventloop.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/factory.py +0 -0
- /streamlit_webrtc-0.47.7/streamlit_webrtc/frontend/build/static/js/main.9c17b353.js.LICENSE.txt → /streamlit_webrtc-0.47.8/streamlit_webrtc/frontend/build/static/js/main.ff279b83.js.LICENSE.txt +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/mix.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/models.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/process.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/py.typed +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/receive.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/relay.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/server.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/session_info.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/shutdown.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/source.py +0 -0
- {streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/webrtc.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: streamlit-webrtc
|
3
|
-
Version: 0.47.
|
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.
|
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"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "streamlit-webrtc"
|
3
|
-
version = "0.47.
|
3
|
+
version = "0.47.8"
|
4
4
|
description = ""
|
5
5
|
authors = ["Yuichiro Tsuchiya <t.yic.yt@gmail.com>"]
|
6
6
|
license = "MIT"
|
@@ -14,14 +14,14 @@ python = ">=3.8,<4,!=3.9.7" # 3.9.7 is excluded due to https://github.com/strea
|
|
14
14
|
# For allow-same-origin, >=0.73.0 is required. See https://blog.streamlit.io/streamlit-components-security-and-a-five-month-quest-to-ship-a-single-line-of-code/
|
15
15
|
# 0.84.0 has an error at marshalling component values.
|
16
16
|
streamlit = ">=0.84.1"
|
17
|
-
aiortc = "^1.
|
17
|
+
aiortc = "^1.9.0" # aiortc<1.4.0 causes an error with cryptography>=39.0.0. See https://github.com/whitphx/streamlit-webrtc/issues/1164. The fix was introduced into aiortc in https://github.com/aiortc/aiortc/commit/08b0a7e9f5030a9f7e5617382e92560d4ae763a2 that 1.4.0 included.
|
18
18
|
typing_extensions = { version = ">=3.7.4,<5.0.0", python = "<3.8" }
|
19
19
|
packaging = ">=20.0"
|
20
20
|
|
21
21
|
[tool.poetry.group.dev.dependencies]
|
22
22
|
click = ">=7.0,<8.0" # We must specify the click version because we install older versions of Streamlit in the CI process and their depending click version is different from the newer releases.
|
23
|
-
ruff = ">=0.3,<0.
|
24
|
-
mypy = "^1.
|
23
|
+
ruff = ">=0.3,<0.7"
|
24
|
+
mypy = "^1.11.2"
|
25
25
|
pydub = "^0.25.1"
|
26
26
|
matplotlib = "^3.5.1"
|
27
27
|
deepspeech = { version = "^0.9.3", python = ">=3.5,<=3.9" } # DeepSpeech 0.9.3 supports Python version 3.5, 3.6, 3.7, 3.8 and 3.9; https://github.com/mozilla/DeepSpeech/releases/tag/v0.9.3
|
{streamlit_webrtc-0.47.7 → streamlit_webrtc-0.47.8}/streamlit_webrtc/frontend/build/index.html
RENAMED
@@ -1 +1 @@
|
|
1
|
-
<!doctype html><html lang="en"><head><title>Streamlit WebRTC Component</title><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Streamlit WebRTC Component"/><script defer="defer" src="./static/js/main.
|
1
|
+
<!doctype html><html lang="en"><head><title>Streamlit WebRTC Component</title><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Streamlit WebRTC Component"/><script defer="defer" src="./static/js/main.ff279b83.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|