diff --git a/CHANGELOG.md b/CHANGELOG.md index c529589b..8589c771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ ## Unreleased ### Added -- Allow for request headers to be added to Choreographer calls [[#443](https://github.com/plotly/Kaleido/issues/443)] +- Allow for request headers to be added to Choreographer calls [[#446](https://github.com/plotly/Kaleido/pull/446)] + +### Changed +- Update Choreographer to v1.3.0 [[#449](https://github.com/plotly/Kaleido/pull/449)] ### Fixed - Fix issue where exporting large figures could cause hang [[#442](https://github.com/plotly/Kaleido/pull/442)], with thanks to @EliasTalcott for the contribution! diff --git a/src/py/pyproject.toml b/src/py/pyproject.toml index fe0903d9..70b7fad5 100644 --- a/src/py/pyproject.toml +++ b/src/py/pyproject.toml @@ -26,7 +26,7 @@ maintainers = [ {name = "Andrew Pikul", email = "ajpikul@gmail.com"}, ] dependencies = [ - "choreographer>=1.2.1", + "choreographer>=1.3.0", "logistro>=1.0.8", "orjson>=3.10.15", "packaging", diff --git a/src/py/uv.lock b/src/py/uv.lock index 0e2abb1d..c5806fe7 100644 --- a/src/py/uv.lock +++ b/src/py/uv.lock @@ -210,7 +210,7 @@ wheels = [ [[package]] name = "choreographer" -version = "1.3.0rc2" +version = "1.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "logistro" }, @@ -219,9 +219,9 @@ dependencies = [ { name = "platformdirs", version = "4.5.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" }, { name = "simplejson" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d9/39/f44cdd1b0589cd8d4f0ea4427438bd224f846886c6bf58f6f2fe00bb6189/choreographer-1.3.0rc2.tar.gz", hash = "sha256:4aa911274400f44303d2ac145fb34c20f78d0e7a89c4b9454f93f138f066cf8f", size = 48458, upload-time = "2025-12-11T01:37:27.454Z" } +sdist = { url = "https://files.pythonhosted.org/packages/17/69/3058cd4f16d6b75c80e8f95e5b713d930526353ce294df9a7887453ba215/choreographer-1.3.0.tar.gz", hash = "sha256:6c44a0e48e9b37977344d40bfa5a9ed88575fe4bc0fd836771bf702bc24d6884", size = 48291, upload-time = "2026-04-28T22:57:45.114Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c0/78/2d7f0b196c97e402068d63cdab4dd5bf4adb693f92e0c0f998144e6fecd8/choreographer-1.3.0rc2-py3-none-any.whl", hash = "sha256:1ba76df8a8297cef8ea8d8fd64a92e8a5c5bf67a192fba9bdba6d804a4c8d9f1", size = 52665, upload-time = "2025-12-11T01:37:25.828Z" }, + { url = "https://files.pythonhosted.org/packages/ba/6c/ff8bf52315064dbeb55cb5067e191120a5b2e58bb648d0d34cf7969dc2c2/choreographer-1.3.0-py3-none-any.whl", hash = "sha256:cea4cb739e4f61625e4b53888a8d3fa1d3bf73948b56753e460ab44da7d8d44f", size = 52622, upload-time = "2026-04-28T22:57:44.015Z" }, ] [[package]] @@ -525,7 +525,7 @@ pickles = [ [package.metadata] requires-dist = [ - { name = "choreographer", specifier = ">=1.2.1" }, + { name = "choreographer", specifier = ">=1.3.0" }, { name = "logistro", specifier = ">=1.0.8" }, { name = "orjson", specifier = ">=3.10.15" }, { name = "packaging" },