Update streamlit-webrtc to 0.53.3
Browse files- pyproject.toml +1 -1
- uv.lock +4 -4
pyproject.toml
CHANGED
@@ -6,6 +6,6 @@ readme = "README.md"
|
|
6 |
requires-python = ">=3.13"
|
7 |
dependencies = [
|
8 |
"streamlit>=1.43.2",
|
9 |
-
"streamlit-webrtc>=0.53.
|
10 |
"twilio>=9.5.0",
|
11 |
]
|
|
|
6 |
requires-python = ">=3.13"
|
7 |
dependencies = [
|
8 |
"streamlit>=1.43.2",
|
9 |
+
"streamlit-webrtc>=0.53.3",
|
10 |
"twilio>=9.5.0",
|
11 |
]
|
uv.lock
CHANGED
@@ -848,16 +848,16 @@ wheels = [
|
|
848 |
|
849 |
[[package]]
|
850 |
name = "streamlit-webrtc"
|
851 |
-
version = "0.53.
|
852 |
source = { registry = "https://pypi.org/simple" }
|
853 |
dependencies = [
|
854 |
{ name = "aiortc" },
|
855 |
{ name = "packaging" },
|
856 |
{ name = "streamlit" },
|
857 |
]
|
858 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
859 |
wheels = [
|
860 |
-
{ url = "https://files.pythonhosted.org/packages/
|
861 |
]
|
862 |
|
863 |
[[package]]
|
@@ -873,7 +873,7 @@ dependencies = [
|
|
873 |
[package.metadata]
|
874 |
requires-dist = [
|
875 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
876 |
-
{ name = "streamlit-webrtc", specifier = ">=0.53.
|
877 |
{ name = "twilio", specifier = ">=9.5.0" },
|
878 |
]
|
879 |
|
|
|
848 |
|
849 |
[[package]]
|
850 |
name = "streamlit-webrtc"
|
851 |
+
version = "0.53.3"
|
852 |
source = { registry = "https://pypi.org/simple" }
|
853 |
dependencies = [
|
854 |
{ name = "aiortc" },
|
855 |
{ name = "packaging" },
|
856 |
{ name = "streamlit" },
|
857 |
]
|
858 |
+
sdist = { url = "https://files.pythonhosted.org/packages/e0/16/d4ca59cdfd325bd3809a6194bacac0df903bbbcc0ca5cec4e2b1ffe2986a/streamlit_webrtc-0.53.3.tar.gz", hash = "sha256:098756927a24804c2253628358888de86b753b3b3f48226b2956f9ccc00fd519", size = 206272 }
|
859 |
wheels = [
|
860 |
+
{ url = "https://files.pythonhosted.org/packages/01/52/ad289c779a83dfae95664eb189c14ea0bdfa0865e17e1b31a1e1649f92a1/streamlit_webrtc-0.53.3-py3-none-any.whl", hash = "sha256:d7724991f58f5a3d65126ec3bfd42ffe096544066afd0ce7f7b7273893b2b15e", size = 213449 },
|
861 |
]
|
862 |
|
863 |
[[package]]
|
|
|
873 |
[package.metadata]
|
874 |
requires-dist = [
|
875 |
{ name = "streamlit", specifier = ">=1.43.2" },
|
876 |
+
{ name = "streamlit-webrtc", specifier = ">=0.53.3" },
|
877 |
{ name = "twilio", specifier = ">=9.5.0" },
|
878 |
]
|
879 |
|