Skip to content

Commit

Permalink
Update components_callbacks.py to be compatible with streamlit>=1.34.0 (
Browse files Browse the repository at this point in the history
#1627)

* Update components_callbacks.py to be compatible with streamlit>=1.34.0

* Update streamlit dep to 1.34.0

* Update the CI workflow

* Add type: ignore

* Add a dummy runtime instantiation in the unit tests

* Fix
  • Loading branch information
whitphx authored May 24, 2024
1 parent 455903e commit 6d759b3
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 143 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
# Test with streamlit >=1.27.0. See https://github.com/whitphx/streamlit-webrtc/pull/1393
- python-version: 3.9
streamlit-version: 1.27.0
# Test with streamlit >=1.34.0. See https://github.com/whitphx/streamlit-webrtc/pull/1627
- python-version: 3.9
streamlit-version: 1.34.0

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 6d759b3

Please sign in to comment.