From 8c6e73ad0e3920665bf31c5ba04cfcaa642cd6ca Mon Sep 17 00:00:00 2001 From: miro Date: Thu, 31 Oct 2024 19:43:52 +0000 Subject: [PATCH 1/2] fix:allow workshop 3.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c9dbc0..02d5e89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ovos-utils>=0.1.0 ovos-bus-client>=0.0.9,<1.0.0 -ovos-workshop>=0.0.16,<1.0.0 +ovos-workshop>=0.0.16,<3.0.0 ovos-backend-client>=0.1.0,<2.0.0 spotipy \ No newline at end of file From 1df0fc3084ea0f6f0a8d8105301ba79f229c194d Mon Sep 17 00:00:00 2001 From: miro Date: Tue, 5 Nov 2024 03:18:36 +0000 Subject: [PATCH 2/2] fix: allow latest ovos-gui changes companion to https://github.com/OpenVoiceOS/ovos-bus-client/pull/120 and https://github.com/OpenVoiceOS/ovos-gui/pull/53 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02d5e89..58f8204 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ovos-utils>=0.1.0 -ovos-bus-client>=0.0.9,<1.0.0 +ovos-bus-client>=0.0.9,<2.0.0 ovos-workshop>=0.0.16,<3.0.0 ovos-backend-client>=0.1.0,<2.0.0 spotipy \ No newline at end of file