From d347e73d80a2928749889a4a5907fcac6d646600 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 15 May 2026 10:08:45 -0700 Subject: [PATCH] Bump fixed plugin dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 65a7ac20..fdaf9820 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.30rc20" +version = "0.9.30rc21" requires-python = ">=3.13" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}] @@ -80,7 +80,7 @@ dependencies = [ ### Binary/Package Management "abxbus>=2.5.0", # EventBus API "abxpkg>=1.10.7", # for: detecting, versioning, and installing binaries via apt/brew/pip/npm - "abx-plugins>=1.10.40", # shared ArchiveBox plugin package with Chrome/Puppeteer dependency wiring + "abx-plugins>=1.10.41", # shared ArchiveBox plugin package with Chrome/Puppeteer dependency wiring "abx-dl>=1.10.46", # shared ArchiveBox downloader package with background hook lifecycle fixes ### UUID7 backport for Python <3.14 "uuid7>=0.1.0; python_version < '3.14'", # provides the uuid_extensions module on Python 3.13