From dc6c2118e1fb8ce5f4b5393ff78729b730afaa59 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 27 Jul 2026 15:16:17 -0700 Subject: [PATCH] Relax direct abxpkg dependency --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f15d4d8c..764e47e6 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dependencies = [ ### Extractor dependencies (runtime binaries resolved through abxpkg) ### Binary/Package Management "abxbus==2.5.40", # EventBus API - "abxpkg==1.12.13", # for: detecting, versioning, and installing binaries via apt/brew/pip/npm + "abxpkg", # direct imports only; version constrained by abx-dl/abx-plugins "abx-dl==1.12.16", # shared ArchiveBox downloader package with blocking install preflight ### UUID7 backport for Python <3.14 "uuid7>=0.1.0; python_version < '3.14'", # provides the uuid_extensions module on Python 3.13 diff --git a/uv.lock b/uv.lock index c8c987e6..2b72dc18 100644 --- a/uv.lock +++ b/uv.lock @@ -224,7 +224,7 @@ dev = [ requires-dist = [ { name = "abx-dl", specifier = "==1.12.16" }, { name = "abxbus", specifier = "==2.5.40" }, - { name = "abxpkg", specifier = "==1.12.13" }, + { name = "abxpkg" }, { name = "archivebox", extras = ["sonic", "ldap", "debug"], marker = "extra == 'all'" }, { name = "atomicwrites", specifier = "==1.4.1" }, { name = "base32-crockford", specifier = ">=0.3.0" },