-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Sync v4
with latest dev
#3432
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
Sync v4
with latest dev
#3432
Conversation
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
Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12. - [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md) - [Commits](browserify/sha.js@v2.4.11...v2.4.12) --- updated-dependencies: - dependency-name: sha.js dependency-version: 2.4.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…h-renderer/sha.js-2.4.12 Bump sha.js from 2.4.11 to 2.4.12 in /dash/dash-renderer
Update CITATION.cff
Fix the client-side callback with multiple Outputs return single no_update
…mm module - Replace ipykernel.comm.Comm with comm.create_comm - Refactor kernel access to use get_ipython().kernel directly instead of comm.kernel - Resolves DeprecationWarning in Python 3.12+ - Maintains full backward compatibility and functionality - Passes all linting checks (pylint 10/10, flake8 clean, black formatted) The new comm module's DummyComm doesn't provide kernel access like the old ipykernel.comm.Comm. This fix properly migrates to get kernel from IPython directly, which is more robust and follows the intended usage pattern. Fixes #3416
(cherry picked from commit 20d930f)
Remove print in async get_app
…` to dispatch adjustments
Changes by create-pull-request action
Fix DeprecationWarning in Jupyter integration (fixes #3416)
Api exposure callbacks
brings patch to side-updates and allows for use in clientside
@T4rk1n please have a look - thank you |
T4rk1n
approved these changes
Sep 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃
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.
No description provided.