Skip to content

Update dependency kaleido to v1.3.0 - #282

Merged
mishushakov merged 1 commit into
mainfrom
renovate/kaleido-1.x
Jun 3, 2026
Merged

Update dependency kaleido to v1.3.0#282
mishushakov merged 1 commit into
mainfrom
renovate/kaleido-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
kaleido ==1.0.0==1.3.0 age confidence

Release Notes

plotly/kaleido (kaleido)

v1.3.0

Compare Source

Added
  • Allow for request headers to be added to Choreographer calls [#​446]
Changed
  • Significant refactor, better organization
  • write_fig and _from_object now take an additional argument:
    cancel_on_error: bool, default False. See docs.
  • Update Choreographer to v1.3.0 [#​449]
Deprecated
  • Unused path argument for calc_fig was deprecated.
Fixed
  • Fixed race condition where two render tasks would choose the same filename
  • Fix issue where exporting large figures could cause hang [#​442], with thanks to @​EliasTalcott for the contribution!

v1.2.0

Compare Source

  • Try to use plotly JSON encoder instead of default

v1.1.0

Compare Source

v1.1.0 fixes various bugs found through improved testing.

Most importantly, it adds to the API an option to start a persistent sync server which speeds up subsequence calls to write_fig_sync, calc_fig_sync, etc.

Use:
kaliedo.start_sync_server() and kaliedo.stop_sync_server()


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — straightforward Renovate dependency bump.

Extended reasoning...

Overview

This PR bumps kaleido from 1.0.0 to 1.3.0 in template/requirements.txt. A single line change in the sandbox template requirements file.

Security risks

None. This is a version bump of a static image rendering library (kaleido is used with plotly to render figures to images). It does not touch auth, crypto, network handling, or any other sensitive code paths.

Level of scrutiny

Low. This is a mechanical, Renovate-generated dependency update touching only the sandbox template requirements.txt. The release notes describe internal refactors, a fix for a race condition on filename selection, a fix for hangs on large figures, and additive API changes (a new optional cancel_on_error argument). No breaking changes affect the typical write_fig/calc_fig usage that notebook users would invoke.

Other factors

The repo regularly accepts similar Renovate patch/minor bumps (see recent commits). The bug hunting system found no issues. No outstanding reviewer comments. Safe to shadow-approve.

@mishushakov
mishushakov merged commit 4e86464 into main Jun 3, 2026
16 checks passed
@mishushakov
mishushakov deleted the renovate/kaleido-1.x branch June 3, 2026 11:43
@claude claude Bot mentioned this pull request Jun 3, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant