Skip to content

Commit

Permalink
fix mistral dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Sep 9, 2024
1 parent e598e27 commit 0c4c5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/vertexai/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/vertexai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ google-cloud-aiplatform = "^1.56.0"
google-cloud-storage = "^2.17.0"
# optional dependencies
anthropic = { extras = ["vertexai"], version = ">=0.30.0,<1", optional = true }
langchain-mistralai = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/partners/mistralai", branch = "v0.3rc"}
langchain-mistralai = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/partners/mistralai", optional = true, branch = "v0.3rc"}
httpx = "^0.27.0"
httpx-sse = "^0.4.0"
pydantic = ">=2,<3"
Expand Down

0 comments on commit 0c4c5b2

Please sign in to comment.