Skip to content

Commit

Permalink
feat(pyproject.toml): update langchain-google-vertexai, langchain-gro…
Browse files Browse the repository at this point in the history
…q, langchain-pinecone, and langchain-mistralai versions to the latest available (#3604)

* 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

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
ogabrielluiz and autofix-ci[bot] authored Aug 31, 2024
1 parent c9cf9d8 commit e790925
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 41 deletions.
95 changes: 61 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ ctransformers = { version = "^0.2.10", optional = true }
cohere = "^5.5.3"
faiss-cpu = "^1.8.0"
types-cachetools = "^5.3.0.5"
pinecone-client = "^3.0.3"
pymongo = "^4.6.0"
supabase = "^2.3.0"
certifi = ">=2023.11.17,<2025.0.0"
Expand Down Expand Up @@ -76,15 +75,15 @@ langchain-anthropic = "^0.1.23"
langchain-astradb = "^0.3.3"
langchain-openai = "0.1.22"
zep-python = { version = "^2.0.0rc5", allow-prereleases = true }
langchain-google-vertexai = "1.0.7"
langchain-groq = "0.1.6"
langchain-pinecone = "^0.1.0"
langchain-mistralai = "0.1.10"
langchain-google-vertexai = "1.0.10"
langchain-groq = "0.1.9"
langchain-pinecone = "^0.1.3"
langchain-mistralai = "0.1.12"
couchbase = { extras = ["couchbase"], version = "^4.2.1", optional = true }
youtube-transcript-api = "^0.6.2"
markdown = "^3.6"
markdown = "^3.7"
langchain-chroma = "^0.1.1"
upstash-vector = "^0.4.0"
upstash-vector = "^0.5.0"
gitpython = "^3.1.43"
cassio = { extras = ["cassio"], version = "^0.1.7", optional = true }
unstructured = {extras = ["docx", "md", "pptx"], version = "^0.14.4"}
Expand Down

0 comments on commit e790925

Please sign in to comment.