From b35fae85b31a707b3a917c2b0e5fa9ed25d31ee1 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 29 Jul 2026 07:30:35 -0700 Subject: [PATCH] Let abx-dl own internal version constraints --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f4b4563..9e1c0339 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dependencies = [ "w3lib>=2.2.1", # used for parsing content-type encoding from http response headers & html tags ### Extractor dependencies (runtime binaries resolved through abxpkg) ### Binary/Package Management - "abxbus==2.5.40", # EventBus API + "abxbus", # direct imports only; version constrained by abx-dl -> abx-plugins "abxpkg", # direct imports only; version constrained by abx-dl -> abx-plugins "abx-plugins", # direct imports only; version constrained by abx-dl "abx-dl==1.12.40", # shared ArchiveBox downloader package diff --git a/uv.lock b/uv.lock index 90637e7a..4b2c01d2 100644 --- a/uv.lock +++ b/uv.lock @@ -225,7 +225,7 @@ dev = [ requires-dist = [ { name = "abx-dl", specifier = "==1.12.40" }, { name = "abx-plugins" }, - { name = "abxbus", specifier = "==2.5.40" }, + { name = "abxbus" }, { name = "abxpkg" }, { name = "archivebox", extras = ["sonic", "ldap", "debug"], marker = "extra == 'all'" }, { name = "atomicwrites", specifier = "==1.4.1" },