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