From 75ab5bbe0e91655d37be33bf36bc6e57525fad6f Mon Sep 17 00:00:00 2001 From: JarbasAi Date: Sat, 20 Jun 2026 15:05:57 +0100 Subject: [PATCH] fix: allow ovos-bus-client 2.x Raise the upper version cap so this repo accepts the new major(s), matching the semver-major caps used across the OVOS ecosystem (bus-client <3.0.0, plugin-manager <3.0.0). Co-Authored-By: Claude Opus 4.8 (1M context) --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 15bb9b1..0378143 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ -ovos_bus_client>=1.0.0,<2.0.0 +ovos_bus_client>=1.0.0,<3.0.0 ovos-utils>=0.0.37,<1.0.0 ovos-config>=0.0.12,<3.0.0 tornado~=6.0, >=6.0.3