From c420b06a66ab907e1e08c5b3a8a4e45a71736d4a Mon Sep 17 00:00:00 2001 From: Siddhesh Agarwal Date: Tue, 29 Oct 2024 14:01:15 +0530 Subject: [PATCH] updated deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c4cebc..57b6a1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "An experimental client for AI providers that intends to replace LangChain and LangGraph for most common use cases." readme = "README.md" requires-python = ">=3.11" -dependencies = ["pydantic", "pydantic-settings", "instructor", "openai", "anthropic"] +dependencies = ["pydantic", "pydantic-settings", "instructor", "openai", "anthropic", "groq"] [build-system] requires = ["hatchling"]