From 01409add5abc1b853a36cd0cb0c8268f62b5e3d8 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:12:10 -0800 Subject: [PATCH] google-vertexai[patch]: rm deps (#17077) Co-authored-by: Erick Friis --- libs/partners/google-vertexai/poetry.lock | 10 +++++----- libs/partners/google-vertexai/pyproject.toml | 6 ++---- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/libs/partners/google-vertexai/poetry.lock b/libs/partners/google-vertexai/poetry.lock index fdc10a64b59..7cfb61f4821 100644 --- a/libs/partners/google-vertexai/poetry.lock +++ b/libs/partners/google-vertexai/poetry.lock @@ -1016,7 +1016,7 @@ files = [ [[package]] name = "langchain" -version = "0.1.5" +version = "0.1.6" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -1028,8 +1028,8 @@ aiohttp = "^3.8.3" async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""} dataclasses-json = ">= 0.5.7, < 0.7" jsonpatch = "^1.33" -langchain-community = ">=0.0.17,<0.1" -langchain-core = ">=0.1.16,<0.2" +langchain-community = ">=0.0.18,<0.1" +langchain-core = ">=0.1.22,<0.2" langsmith = ">=0.0.83,<0.1" numpy = "^1" pydantic = ">=1,<3" @@ -1087,7 +1087,7 @@ url = "../../community" [[package]] name = "langchain-core" -version = "0.1.21" +version = "0.1.22" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -2258,4 +2258,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "e67dfc2bbdf4733718a12153408dd967f3f5248508769f5f93cb645cb801d48d" +content-hash = "07523b8b14607fb23cd14921e5accdc6044e012bc4129055f225f5af8be78dad" diff --git a/libs/partners/google-vertexai/pyproject.toml b/libs/partners/google-vertexai/pyproject.toml index 6933f7d3c25..15d5e7ad170 100644 --- a/libs/partners/google-vertexai/pyproject.toml +++ b/libs/partners/google-vertexai/pyproject.toml @@ -15,8 +15,6 @@ python = ">=3.8.1,<4.0" langchain-core = ">=0.1.7,<0.2" google-cloud-aiplatform = "^1.39.0" google-cloud-storage = "^2.14.0" -types-requests = "^2.31.0" -types-protobuf = "^4.24.0.4" [tool.poetry.group.test] optional = true @@ -29,8 +27,6 @@ syrupy = "^4.0.2" pytest-watcher = "^0.3.4" pytest-asyncio = "^0.21.1" langchain-core = { path = "../../core", develop = true } -types-requests = "^2.31.0.20231231" -types-protobuf = "^4.24.0.4" [tool.poetry.group.codespell] optional = true @@ -57,6 +53,8 @@ ruff = "^0.1.5" mypy = "^1" langchain-core = { path = "../../core", develop = true } types-google-cloud-ndb = "^2.2.0.20240106" +types-requests = "^2.31.0.20231231" +types-protobuf = "^4.24.0.4" [tool.poetry.group.dev] optional = true