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.36.1 to 0.43.3 #101

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps streamlit-webrtc from 0.36.1 to 0.43.3.

Changelog

Sourced from streamlit-webrtc's changelog.

[0.43.3] - 2022-09-01

Fix

  • Catch ReferenceError during searching the server object , #1042.

[0.43.2] - 2022-08-27

Fix

[0.43.1] - 2022-08-26

Fix

  • Compatibility with streamlit>=1.12.1, #1026.

[0.43.0] - 2022-08-15

Fix

  • Escape-hatch to access the running Streamlit server object for the new web server design with streamlit>=1.12.0, #1005.

[0.42.0] - 2022-07-02

Fix

  • Callback type definitions, #950.
  • Update create_process_track() to accept callback functions instead of a class object, #951.

[0.41.0] - 2022-06-28

Fix

  • create_mix_track() has been modified to accept a callback function instead of a class object, #940.

[0.40.0] - 2022-06-07

Add

  • Class-less callback, #747.

Fix

  • Internal package updates.

[0.37.0] - 2022-05-04

Add

  • on_change callback, #695.
  • translations option, #733.
Commits
  • 24367e0 Version 0.43.3
  • 774a794 Update CHANGELOG.md
  • 6af99ea Add try-except to catch ReferenceError during searching the server object (#1...
  • 16c9488 Bump @​mui/icons-material in /streamlit_webrtc/frontend (#1036)
  • 4cd1779 Bump @​mui/material from 5.10.2 to 5.10.3 in /streamlit_webrtc/frontend (#1035)
  • 9c34053 Update poetry installation in the CI workflows for poetry 1.2.0 (#1043)
  • c172483 Version 0.43.2
  • fa2a0a9 Update CHANGELOG.md
  • 381d299 Bump @​types/jest from 28.1.6 to 28.1.8 in /streamlit_webrtc/frontend (#1030)
  • b3e0d2a Bump typescript from 4.7.4 to 4.8.2 in /streamlit_webrtc/frontend (#1031)
  • 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 2 years ago

Looks like streamlit-webrtc is up-to-date now, so this is no longer needed.