chore: Update zep-python dependency to stable version 2.0.0 in pyproject.toml (#4009)

Update zep-python dependency to stable version 2.0.0 in pyproject.toml
This commit is contained in:
Gabriel Luiz Freitas Almeida
2024-10-03 14:25:26 -03:00
committed by GitHub
parent 8a84299a47
commit 4d6fe61e71
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ dependencies = [
"langchain-anthropic>=0.1.23",
"langchain-astradb>=0.3.5",
"langchain-openai==0.1.22",
"zep-python>=2.0.0rc5",
"zep-python>=2.0.0",
"langchain-google-vertexai>=1.0.10",
"langchain-groq>=0.1.9",
"langchain-pinecone>=0.1.3",

2
uv.lock generated
View File

@ -3649,7 +3649,7 @@ requires-dist = [
{ name = "wolframalpha", specifier = ">=5.1.3" },
{ name = "yfinance", specifier = ">=0.2.40" },
{ name = "youtube-transcript-api", specifier = ">=0.6.2" },
{ name = "zep-python", specifier = ">=2.0.0rc5" },
{ name = "zep-python", specifier = ">=2.0.0" },
]
[package.metadata.requires-dev]