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.0 #108

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps streamlit-webrtc from 0.43.4 to 0.44.0.

Changelog

Sourced from streamlit-webrtc's changelog.

[0.44.0] - 2022-10-17

Fix

  • Use MediaRelay at the track connections in the SENDONLY mode, #1089.
Commits
  • 647baf2 Version 0.44.0
  • 1f5c8bc Update CHANGELOG.md
  • c210b96 Set rel=noreferrer
  • 5d63799 Use MediaRelay with SENDONLY mode to avoid wrong frame synchronization (#1089)
  • a7f2112 Bump @​storybook/addon-actions in /streamlit_webrtc/frontend (#1065)
  • 6850576 Bump ansi-regex from 4.1.0 to 5.0.1 in /streamlit_webrtc/frontend (#1090)
  • 16e17b9 Bump @​storybook/addon-links in /streamlit_webrtc/frontend (#1064)
  • db128d1 Bump typing-extensions from 4.3.0 to 4.4.0 (#1086)
  • babc2de Bump @​mui/material from 5.10.3 to 5.10.6 in /streamlit_webrtc/frontend (#1068)
  • f2cd414 Upgrade streamlit as a dev dep to 1.13.0 (#1073)
  • Additional commits viewable in compare view


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 #126.