Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps kaleido from 0.2.1 to 1.2.0.

Release notes

Sourced from kaleido's releases.

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()

v1.0.0

Kaleido v1 introduces a new API. If you're currently using v0, you'll need to make changes to your code and environment where you are running Kaleido.

  • If using Kaleido v1 with Plotly.py, you will need to install Plotly.py v6.1.1 or later.
  • Chrome is no longer included with Kaleido. Kaleido will look for an existing Chrome installation, but also provides commands for installing Chrome. If you don't have Chrome, you'll need to install it. See the installation section above for instructions.
  • If your code uses Kaleido directly: kaleido.scopes.plotly has been removed in v1. Kaleido v1 provides write_fig and write_fig_sync for exporting Plotly figures.

v1.0.0rc15

What's Changed

New Contributors

Full Changelog: plotly/Kaleido@v1.0.0rc11...v1.0.0rc15

v1.0.0rc11

This is a pre-release version of Kaleido 1.0.0 which contains a number of breaking changes relative to Kaleido 0.x. It is not compatible with the latest release of Plotly. To generate images with Plotly you should install the latest stable version of and Kaleido (v0.2.1).

Documentation for the new API can be found in the README: https://github.com/plotly/Kaleido

v1.0.0-rc.0

What's Changed

Full Changelog: plotly/Kaleido@v0.4.0.rc.5...v1.0.0-rc.0

... (truncated)

Commits
  • d93391e Add one off test for complicated plotly obj.
  • 1037810 Improve error info of ImportError.
  • 7972d69 Create script for pickling and caching pickles.
  • 064e0e5 Update choreo.
  • 9a01caa Fix Changelog
  • a975d3f Remove now unnecesary dep check.
  • 666bd99 Fix tests given new import.
  • 0e315dd Remove plotly dep and make import optional.
  • 74048f4 Force use of new choreographer.
  • b28b39d Activate new choreographer custom encoder
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [kaleido](https://github.com/plotly/kaleido) from 0.2.1 to 1.2.0.
- [Release notes](https://github.com/plotly/kaleido/releases)
- [Commits](plotly/Kaleido@v0.2.1...v1.2.0)

---
updated-dependencies:
- dependency-name: kaleido
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant