added dependency + requires python is now 3.10

This commit is contained in:
Siddhesh Agarwal
2024-10-31 18:13:10 +05:30
parent 4b2b094ea6
commit 48291c37c5
+2 -2
View File
@@ -3,8 +3,8 @@ name = "simplemind"
version = "0.1.4"
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", "ollama", "groq"]
requires-python = ">=3.10"
dependencies = ["pydantic", "pydantic-settings", "instructor", "openai", "anthropic", "ollama", "groq", "google-generativeai"]
[build-system]
requires = ["hatchling"]