Skip to content

Commit f749a02

Browse files
Release 3.8.1 with Bokeh version 3.8.1 (#46)
* Update Bokeh to 3.8.1 and release 3.8.1 * Trigger workflows to run --------- Co-authored-by: sfc-gh-bnisco <178842601+sfc-gh-bnisco@users.noreply.github.com> Co-authored-by: Bob Nisco <bob.nisco@snowflake.com>
1 parent 1041623 commit f749a02

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

e2e_playwright/test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
bokeh==3.8.0
14+
bokeh==3.8.1
1515
bokeh-sampledata
1616
pixelmatch>=0.3.0,<1.0.0
1717
playwright==1.49.*
@@ -20,4 +20,4 @@ pytest-playwright>=0.3.3
2020
pytest-xdist
2121
scipy
2222
testfixtures
23-
dist/streamlit_bokeh-3.8.0-py3-none-any.whl
23+
dist/streamlit_bokeh-3.8.1-py3-none-any.whl

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
1818

1919
[project]
2020
name = "streamlit-bokeh"
21-
version = "3.8.0"
21+
version = "3.8.1"
2222
description = "Streamlit component that allows you to render Bokeh charts"
2323
readme = "README.md"
2424
license = "Apache-2.0"
@@ -38,7 +38,7 @@ classifiers = [
3838
"Programming Language :: Python :: 3.13",
3939
"Topic :: Scientific/Engineering :: Visualization",
4040
]
41-
dependencies = ["streamlit>=1.26", "bokeh==3.8.0"]
41+
dependencies = ["streamlit>=1.26", "bokeh==3.8.1"]
4242

4343
[project.optional-dependencies]
4444
devel = [

streamlit_bokeh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363

6464
__version__ = importlib.metadata.version("streamlit_bokeh")
65-
REQUIRED_BOKEH_VERSION = "3.8.0"
65+
REQUIRED_BOKEH_VERSION = "3.8.1"
6666

6767

6868
def streamlit_bokeh(

streamlit_bokeh/frontend/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
crossorigin
4545
/>
4646
<link rel="stylesheet" href="/src/v1/index.css" />
47-
<script src="%BASE_URL%bokeh/bokeh-3.8.0.min.js"></script>
48-
<script src="%BASE_URL%bokeh/bokeh-widgets-3.8.0.min.js"></script>
49-
<script src="%BASE_URL%bokeh/bokeh-tables-3.8.0.min.js"></script>
50-
<script src="%BASE_URL%bokeh/bokeh-api-3.8.0.min.js"></script>
51-
<script src="%BASE_URL%bokeh/bokeh-gl-3.8.0.min.js"></script>
52-
<script src="%BASE_URL%bokeh/bokeh-mathjax-3.8.0.min.js"></script>
47+
<script src="%BASE_URL%bokeh/bokeh-3.8.1.min.js"></script>
48+
<script src="%BASE_URL%bokeh/bokeh-widgets-3.8.1.min.js"></script>
49+
<script src="%BASE_URL%bokeh/bokeh-tables-3.8.1.min.js"></script>
50+
<script src="%BASE_URL%bokeh/bokeh-api-3.8.1.min.js"></script>
51+
<script src="%BASE_URL%bokeh/bokeh-gl-3.8.1.min.js"></script>
52+
<script src="%BASE_URL%bokeh/bokeh-mathjax-3.8.1.min.js"></script>
5353
<script type="module" src="/src/v1/index.ts"></script>
5454
</head>
5555
<body>

streamlit_bokeh/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "streamlit_bokeh",
33
"license": "Apache-2.0",
4-
"version": "3.8.0",
4+
"version": "3.8.1",
55
"private": true,
66
"dependencies": {
77
"@streamlit/component-v2-lib": "^0.1.0",

streamlit_bokeh/frontend/public/bokeh/bokeh-3.8.0.min.js renamed to streamlit_bokeh/frontend/public/bokeh/bokeh-3.8.1.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

streamlit_bokeh/frontend/public/bokeh/bokeh-api-3.8.0.min.js renamed to streamlit_bokeh/frontend/public/bokeh/bokeh-api-3.8.1.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

streamlit_bokeh/frontend/public/bokeh/bokeh-gl-3.8.0.min.js renamed to streamlit_bokeh/frontend/public/bokeh/bokeh-gl-3.8.1.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

streamlit_bokeh/frontend/public/bokeh/bokeh-mathjax-3.8.0.min.js renamed to streamlit_bokeh/frontend/public/bokeh/bokeh-mathjax-3.8.1.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

streamlit_bokeh/frontend/public/bokeh/bokeh-tables-3.8.0.min.js renamed to streamlit_bokeh/frontend/public/bokeh/bokeh-tables-3.8.1.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)