From 922222a813a58aa2397419912a6e297972f2032f Mon Sep 17 00:00:00 2001 From: sabaimran Date: Thu, 31 Aug 2023 14:14:13 -0700 Subject: [PATCH] Fix anyio package version to avoid backwards compatibility issue with start_blocking_portal method --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a7fed14d..49072af8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,7 @@ dependencies = [ "requests >= 2.26.0", "bs4 >= 0.0.1", "gpt4all >= 1.0.7", + "anyio == 3.7.1", ] dynamic = ["version"]