From b68ff3ed29bc5e71a7974515d7e87b1140180124 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 18 Apr 2026 21:54:29 -0700 Subject: [PATCH] fix monorepo script --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7c8cff7..1dffdd47 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ ### Extractor dependencies (optional binaries detected at runtime via shutil.which) ### Binary/Package Management "abxbus>=2.4.9", # explicit direct dep so local dev env resolves sibling abxbus repo, matching abx-dl EventBus API - "abxpkg>=1.10.4", # for: detecting, versioning, and installing binaries via apt/brew/pip/npm + "abxpkg>=1.10.5", # for: detecting, versioning, and installing binaries via apt/brew/pip/npm "abx-plugins>=1.10.30", # shared ArchiveBox plugin package with install_args-only overrides "abx-dl>=1.10.30", # shared ArchiveBox downloader package with install_args-only overrides ### UUID7 backport for Python <3.14