From 846686c1cc09fedb451ccb25012340c3e27806a2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 28 Oct 2024 20:28:54 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4429a0d..1c4cebc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,11 +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", "instructor"] - -[dependency-groups] -openai = ["openai"] -claude = ["anthropic"] +dependencies = ["pydantic", "pydantic-settings", "instructor", "openai", "anthropic"] [build-system] requires = ["hatchling"]