mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-29 01:48:57 +00:00
google-vertexai[patch]: rm deps (#17077)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
parent
d9e7675f7e
commit
01409add5a
10
libs/partners/google-vertexai/poetry.lock
generated
10
libs/partners/google-vertexai/poetry.lock
generated
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user