updated deps

This commit is contained in:
Siddhesh Agarwal
2024-10-29 14:01:15 +05:30
parent 29ed522947
commit c420b06a66
+1 -1
View File
@@ -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"]