From 23d18c9054eb0b996452f49d69b905331d49bdf7 Mon Sep 17 00:00:00 2001 From: JarbasAi Date: Sun, 28 Jun 2026 15:11:38 +0100 Subject: [PATCH] fix(deps): allow ovos-workshop 9.x (widen <9.0.0 -> <10.0.0) ovos-workshop is on the 9.x line; this <9.0.0 cap blocks ovos-core from resolving its modern ovos-workshop>=9.x floor (the package is in core's skills-essential extra). Co-Authored-By: Claude Opus 4.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e836920..9f068f41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ tzlocal>=5.3.1 timezonefinder>=6.5.9 geocoder~=1.38 ovos-utils>=0.8.1 -ovos-workshop>=0.0.16,<9.0.0 +ovos-workshop>=0.0.16,<10.0.0 ovos-date-parser>=0.0.1,<1.0.0 ovos-utterance-normalizer>=0.0.1,<1.0.0