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