From b722e3bc491f2c287bf298efd63107a5ef2f9ec7 Mon Sep 17 00:00:00 2001 From: Caleb Courier Date: Fri, 7 Jun 2024 09:27:42 -0500 Subject: [PATCH] install guardrails from pypi --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3eb72dd..e05beb9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ flask sqlalchemy lxml -guardrails-ai @ git+https://github.com/guardrails-ai/guardrails.git@async_streaming +guardrails-ai # Let this come from guardrails-ai as a transient dependency. # Pip confuses tag versions with commit ids, # and claims a conflict even though it's the same thing.