Skip to content

Commit 81080ef

Browse files
committed
feat(pyproject.toml): update langchain-google-vertexai, langchain-groq, langchain-pinecone, and langchain-mistralai versions to the latest available
update markdown and upstash-vector versions
1 parent f596cc4 commit 81080ef

File tree

2 files changed

+70
-36
lines changed

2 files changed

+70
-36
lines changed

poetry.lock

Lines changed: 64 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ ctransformers = { version = "^0.2.10", optional = true }
4545
cohere = "^5.5.3"
4646
faiss-cpu = "^1.8.0"
4747
types-cachetools = "^5.3.0.5"
48-
pinecone-client = "^3.0.3"
4948
pymongo = "^4.6.0"
5049
supabase = "^2.3.0"
5150
certifi = ">=2023.11.17,<2025.0.0"
@@ -76,15 +75,15 @@ langchain-anthropic = "^0.1.23"
7675
langchain-astradb = "^0.3.3"
7776
langchain-openai = "0.1.22"
7877
zep-python = { version = "^2.0.0rc5", allow-prereleases = true }
79-
langchain-google-vertexai = "1.0.7"
80-
langchain-groq = "0.1.6"
81-
langchain-pinecone = "^0.1.0"
82-
langchain-mistralai = "0.1.10"
78+
langchain-google-vertexai = "1.0.10"
79+
langchain-groq = "0.1.9"
80+
langchain-pinecone = "^0.1.3"
81+
langchain-mistralai = "0.1.12"
8382
couchbase = { extras = ["couchbase"], version = "^4.2.1", optional = true }
8483
youtube-transcript-api = "^0.6.2"
85-
markdown = "^3.6"
84+
markdown = "^3.7"
8685
langchain-chroma = "^0.1.1"
87-
upstash-vector = "^0.4.0"
86+
upstash-vector = "^0.5.0"
8887
gitpython = "^3.1.43"
8988
cassio = { extras = ["cassio"], version = "^0.1.7", optional = true }
9089
unstructured = {extras = ["docx", "md", "pptx"], version = "^0.14.4"}

0 commit comments

Comments
 (0)