Skip to content

Commit

Permalink
fix mistral dep and lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Sep 9, 2024
1 parent 0c4c5b2 commit 97b32d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions 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", optional = true, branch = "v0.3rc"}
langchain-mistralai = { version = "^0.2.0.dev1", allow-prereleases = true }
httpx = "^0.27.0"
httpx-sse = "^0.4.0"
pydantic = ">=2,<3"
Expand Down

0 comments on commit 97b32d8

Please sign in to comment.