From f3aa61559645025c639b9aeb750077af36c2a4ef Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 12 Dec 2023 15:24:07 +0100 Subject: [PATCH] Update tblib constraint --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 804cf16128..ff833b7a5c 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def read_requirements(filename): "PyYAML~=6.0", "jsonschema", "platformdirs", - "tblib==1.7.0", + "tblib>=1.7.0,<3", "urllib3<1.27", "uvicorn==0.22.0", "fastapi==0.95.2",