From 9b64af48c5a1c304d1172a1a2a4826d4af28bfd0 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:18:04 +0100 Subject: [PATCH] fix:allow newer pyee last backwards compatible version relates to https://github.com/OpenVoiceOS/ovos-bus-client/pull/123 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03a5cfa..499e14d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ovos-config>=0.0.12,<1.0.0 ovos-utils>=0.0.38,<1.0.0 websocket-client>=0.54.0 -pyee>=8.1.0, < 9.0.0 +pyee>=8.1.0, < 11.0.0 orjson