RHOAIENG-28827: Update jupyter-bokeh dependency from 3.0.5 to 4.0.5#224
Merged
ruivieira merged 3 commits intotrustyai-explainability:mainfrom Jul 3, 2025
Conversation
Reviewer's GuideThis pull request updates the jupyter-bokeh dependency from version 3.0.5 to 4.0.5 in both the project's pyproject.toml and requirements.txt, ensuring the codebase uses the latest compatible release. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
ruivieira
approved these changes
Jul 3, 2025
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
3.0.5to4.0.5(pyproject.tomlandrequirements.txt).3.5.3to4.4.4for compatibility with jupyter-bokeh@4.xReviewed all references to Bokeh imports (
(
/utils/tyrus.py,/visualizations/lime.py,/visualizations/shap.py) and confirmed that the code doesn't include any of the specific APIs or features identified in the Bokeh 3.x migration guide as breaking changes.Consequently, no code changes were made. All automated test cases passed and existing Bokeh plots render correctly and are identical to the plots created with
jupyter-bokeh==3.0.5Bokeh 3.x migration guide: https://github.com/bokeh/bokeh/wiki/Migration-Guides