Refactor pyproject.toml to add logfire as a dependency

This commit is contained in:
2024-11-01 08:50:39 -04:00
parent 76fa7521eb
commit 241a7ab402
+1 -1
View File
@@ -4,7 +4,7 @@ version = "0.1.7"
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.10"
dependencies = ["pydantic", "pydantic-settings", "instructor", "openai", "anthropic", "ollama", "groq", "google-generativeai"]
dependencies = ["pydantic", "pydantic-settings", "instructor", "openai", "anthropic", "ollama", "groq", "google-generativeai", "logfire"]
[build-system]
requires = ["hatchling"]