Skip to content

Release 3.7.1 with Bokeh version 3.7.2 #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ jobs:
exit 1
fi

- name: Install prerequisites of slack message
run: pip install requests

- name: Successful Release Slack Message
if: success()
env:
Expand Down
4 changes: 2 additions & 2 deletions e2e_playwright/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
bokeh==3.7.0
bokeh==3.7.2
bokeh-sampledata
pixelmatch>=0.3.0,<1.0.0
playwright==1.49.*
Expand All @@ -20,4 +20,4 @@ pytest-playwright>=0.3.3
pytest-xdist
scipy
testfixtures
dist/streamlit_bokeh-3.7.0-py3-none-any.whl
dist/streamlit_bokeh-3.7.1-py3-none-any.whl
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setuptools.setup(
name="streamlit-bokeh",
version="3.7.0",
version="3.7.1",
author="Snowflake Inc",
author_email="[email protected]",
description="Streamlit component that allows you to render Bokeh charts",
Expand Down Expand Up @@ -57,7 +57,7 @@
# If your component has other Python dependencies, list
# them here.
"streamlit>=1.26",
"bokeh==3.7.0",
"bokeh==3.7.2",
],
extras_require={
"devel": [
Expand Down
2 changes: 1 addition & 1 deletion streamlit_bokeh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
from bokeh.plotting.figure import Figure

__version__ = importlib.metadata.version("streamlit_bokeh")
REQUIRED_BOKEH_VERSION = "3.7.0"
REQUIRED_BOKEH_VERSION = "3.7.2"


def streamlit_bokeh(
Expand Down
2 changes: 1 addition & 1 deletion streamlit_bokeh/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "streamlit_bokeh",
"license": "Apache-2.0",
"version": "3.7.0",
"version": "3.7.1",
"private": true,
"dependencies": {
"color2k": "^2.0.3",
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading