From d0313bc6b47f834379907f5b89f27e9a515e1766 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Mon, 17 Jan 2022 18:37:59 -0500 Subject: [PATCH] Allow cbor2 versions above 5.0 Raise cbor2 limit, cbor2 5.2 seems to work well under python 3.10 but this could cause backwards compat issues? --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8dd5a5c..90d8ff9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -cbor2<5.0 +cbor2~=5.0 tornado pynetworktables