From b9951b7140f0802d13ff6d8b0b580540afc93698 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Thu, 11 Apr 2024 09:18:33 -0700 Subject: [PATCH] vertexai[patch]: Release 0.1.3 --- libs/vertexai/poetry.lock | 6 +++--- libs/vertexai/pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/vertexai/poetry.lock b/libs/vertexai/poetry.lock index dd10eacc..6e280a93 100644 --- a/libs/vertexai/poetry.lock +++ b/libs/vertexai/poetry.lock @@ -1301,7 +1301,7 @@ extended-testing = ["aiosqlite (>=0.19.0,<0.20.0)", "aleph-alpha-client (>=2.15. [[package]] name = "langchain-core" -version = "0.1.42rc1" +version = "0.1.42" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -1323,7 +1323,7 @@ extended-testing = ["jinja2 (>=3,<4)"] type = "git" url = "https://github.com/langchain-ai/langchain.git" reference = "HEAD" -resolved_reference = "9eb6f538f058af294e365c87ab2c7dae150f535d" +resolved_reference = "e72330aacc8f3531210beb10c2f4377e27c6866c" subdirectory = "libs/core" [[package]] @@ -2726,4 +2726,4 @@ anthropic = ["anthropic"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "94fd7fcb4be7f4b210bf1177728b96252dc9176b10e2a9c61d6828914064eea2" +content-hash = "ec17b6d9a93a3099607e040dc6f66389db9da831474f7045a712310dd0a3fa3b" diff --git a/libs/vertexai/pyproject.toml b/libs/vertexai/pyproject.toml index 7012d477..68373e40 100644 --- a/libs/vertexai/pyproject.toml +++ b/libs/vertexai/pyproject.toml @@ -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" @@ -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"