From 7cdc02b794b3c47658d31d8f525f31c897efb7b8 Mon Sep 17 00:00:00 2001 From: JarbasAi Date: Sun, 28 Jun 2026 03:05:35 +0100 Subject: [PATCH] fix: lift ovos-spec-tools upper bound (spec-tools 1.x) spec-tools crossed to 1.x; bus-client 2.6.0a1 and the rest of the stack now require ovos-spec-tools>=1.1.0a1. Drop the <1.0.0 cap (keep the floor) so the stack resolves. Co-Authored-By: Claude Opus 4.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f34e6f9..0b54df9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ "ovos_bus_client>=2.2.0a1,<3.0.0", - "ovos-spec-tools>=0.9.0a1,<1.0.0", + "ovos-spec-tools>=0.9.0a1", "ovos-utils>=0.0.37,<1.0.0", "ovos-config>=0.0.12,<3.0.0", "tornado~=6.0, >=6.0.3",