From 3911fce6e56045cf1697dbe352332d3e77a7a23d Mon Sep 17 00:00:00 2001 From: Calvin Leng Date: Mon, 18 Aug 2025 15:40:11 -0700 Subject: [PATCH] Fix: synapsectl deploy issues with dependency: rich --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3dc353..1de22e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pyzmq build scipy cython -rich +rich==14.0.0 pre-commit pytest pytest-asyncio