From b1d06cc9d340dccab8552c4d6bd69dd3067e71a3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 15 May 2026 11:15:11 -0700 Subject: [PATCH] Bump observed frame headers fix --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3cd5a3ec..008ba976 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.30rc26" +version = "0.9.30rc27" 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.46", # shared ArchiveBox plugin package with Chrome/Puppeteer dependency wiring + "abx-plugins>=1.10.47", # 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