From d7c12b9ef2071e5033ea372a55f1dbc96fc4164f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 22 May 2026 20:24:27 -0700 Subject: [PATCH] Bump rc and include statemachine diagrams extra --- etc/package.json | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/package.json b/etc/package.json index 84f6150e..d9638639 100644 --- a/etc/package.json +++ b/etc/package.json @@ -1,6 +1,6 @@ { "name": "archivebox", - "version": "0.9.31rc2", + "version": "0.9.31rc3", "repository": "github:ArchiveBox/ArchiveBox", "license": "MIT", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index 42950677..5d3ba136 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.31rc2" +version = "0.9.31rc3" requires-python = ">=3.13" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}] @@ -49,7 +49,7 @@ dependencies = [ "django-object-actions>=4.3.0", "django-taggit==6.1.0", # TODO: remove this in favor of KVTags only ### State Management - "python-statemachine>=2.3.6", + "python-statemachine[diagrams]>=2.3.6", ### CLI / Logging "click>=8.3.1", # for: nicer CLI command + argument definitions "rich>=14.2.0", # for: pretty CLI output