Skip to content

Commit

Permalink
Merge pull request #141 from langchain-ai/bagatur/vertexai_0_1_3
Browse files Browse the repository at this point in the history
vertexai[patch]: Release 0.1.3
  • Loading branch information
efriis authored Apr 11, 2024
2 parents 09978f1 + b9951b7 commit 499d9fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions libs/vertexai/poetry.lock

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

4 changes: 2 additions & 2 deletions libs/vertexai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "langchain-google-vertexai"

version = "0.1.3-rc.1"
version = "0.1.3"
description = "An integration package connecting Google VertexAI and LangChain"
authors = []
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = {version ="^0.1.42-rc.1", allow-prereleases=true}
langchain-core = "^0.1.42"
google-cloud-aiplatform = "^1.47.0"
google-cloud-storage = "^2.14.0"
types-requests = "^2.31.0"
Expand Down

0 comments on commit 499d9fd

Please sign in to comment.