From 20fb787cc1d0736a37cf73db22f0af5b44f6393e Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Tue, 20 May 2025 00:38:36 -0700 Subject: [PATCH] fix pyproject.toml (#2393) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51e99bae..04aa0a8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ websockets = "^12.0" email-validator = "^2.2.0" temporalio = "^1.6.0" requests-toolbelt = "^1.0.0" -rich = {extras = ["jupyter"], version = "^13.7.0"}Í +rich = {extras = ["jupyter"], version = "^13.7.0"} posthog = "^3.7.0" aiofiles = "^24.1.0" pyotp = "^2.9.0"