From 3b5a65f1431eb2b17957af05b41ebc031d894d68 Mon Sep 17 00:00:00 2001 From: Cameron DeCoster Date: Tue, 12 Aug 2025 13:52:55 -0600 Subject: [PATCH 1/2] version changes for v6.3.0 --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5fabb705a..82a90b81ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [6.3.0] - 2025-08-12 + ### Updated -- Updated Plotly.js from version 3.0.1 to version 3.0.3. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#303----2025-07-23) for more information. +- Updated Plotly.js from version 3.0.1 to version 3.1.0. See the plotly.js [release notes](https://github.com/plotly/plotly.js/releases) for more information. [[#5318](https://github.com/plotly/plotly.py/pull/5318)] ### Added - Exposed `plotly.io.get_chrome()` as a function which can be called from within a Python script. [[#5282](https://github.com/plotly/plotly.py/pull/5282)] +### Fixed +- Resolved issue causing extraneous engine deprecation warnings [[#5287](https://github.com/plotly/plotly.py/pull/5287)], with thanks to @jdbeel for the contribution! + ## [6.2.0] - 2025-06-26 ### Added diff --git a/pyproject.toml b/pyproject.toml index 9d060de62b..7a466acb7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ ] requires-python = ">=3.8" license = {file="LICENSE.txt"} -version = "6.2.0" +version = "6.3.0" dependencies = [ "narwhals>=1.15.1", "packaging" From 53572f6532876fde279abfa63a47c056dc485540 Mon Sep 17 00:00:00 2001 From: Cameron DeCoster Date: Tue, 12 Aug 2025 14:00:26 -0600 Subject: [PATCH 2/2] Update uv lock file --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index e882459b0f..7ec06dacbf 100644 --- a/uv.lock +++ b/uv.lock @@ -4276,7 +4276,7 @@ wheels = [ [[package]] name = "plotly" -version = "6.2.0" +version = "6.3.0" source = { editable = "." } dependencies = [ { name = "narwhals" },