Poetry and LLM fixes (#1508)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "mem0ai"
|
||||
version = "0.0.6"
|
||||
version = "0.0.7"
|
||||
description = "Long-term memory for AI Agents"
|
||||
authors = ["Deshraj Yadav <deshraj@mem0.ai>", "Taranjeet Singh <taranjeet@mem0.ai>"]
|
||||
exclude = [
|
||||
@@ -20,10 +20,6 @@ qdrant-client = "^1.9.1"
|
||||
pydantic = "^2.7.3"
|
||||
openai = "^1.33.0"
|
||||
posthog = "^3.5.0"
|
||||
groq = "^0.9.0"
|
||||
together = "^1.2.1"
|
||||
boto3 = "^1.34.144"
|
||||
litellm = "^1.41.24"
|
||||
|
||||
[tool.poetry.group.test.dependencies]
|
||||
pytest = "^8.2.2"
|
||||
|
||||
Reference in New Issue
Block a user