whitphx / streamlit-video-chat-example

Video chat apps with computer vision filters built on top of Streamlit
https://discuss.streamlit.io/t/a-video-chat-app-with-realtime-snapchat-like-filters/15324
MIT License
42 stars 11 forks source link

Bump streamlit-webrtc from 0.43.4 to 0.44.6 #133

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps streamlit-webrtc from 0.43.4 to 0.44.6.

Changelog

Sourced from streamlit-webrtc's changelog.

[0.44.6] - 2023-02-15

Fix

  • Internal refactoring, #1194.

[0.44.5] - 2023-02-12

Fix

  • Internal changes for more reliable device selection, #1180.

[0.44.4] - 2023-02-12

Fix

  • Specify a higher version of aiortc dependency to avoid the cryptography problem that was worked around in 0.44.1, #1193.

[0.44.3] - 2023-02-11

Fix

  • Compatibility with streamlit>=1.18.0, #1189.
  • Refactoring on the object detection demo code, #1191.

[0.44.2] - 2023-01-07

Fix

  • Some security updates.

[0.44.1] - 2023-01-07

Fix

  • Specify the version of cryptography to avoid the bug reported at #1164, #1167.

[0.44.0] - 2022-10-17

Fix

  • Use MediaRelay at the track connections in the SENDONLY mode, #1089.
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #138.