From df28ecb9e84f5825c8a2f350d1fe9f9247578560 Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 9 Aug 2023 16:40:43 -0400 Subject: [PATCH] fastapi Former-commit-id: e701c61950065a375a338444373b57980ebf2b2f --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a2fef54..df1ce799 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ setup( 'ggl', 'beautifulsoup4==4.11.2', 'llama-index', - 'fastapi==0.94.1', + 'fastapi', 'pydantic==1.10.6', 'tenacity==8.2.2', 'python-dotenv',