mirror of
https://github.com/hwchase17/langchain
synced 2024-11-18 09:25:54 +00:00
google-vertexai[patch]: typing, release 0.0.2 (#16153)
This commit is contained in:
parent
2709d3e5f2
commit
11327e6b64
13
libs/partners/google-vertexai/poetry.lock
generated
13
libs/partners/google-vertexai/poetry.lock
generated
@ -2020,6 +2020,17 @@ files = [
|
||||
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "types-google-cloud-ndb"
|
||||
version = "2.2.0.20240106"
|
||||
description = "Typing stubs for google-cloud-ndb"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "types-google-cloud-ndb-2.2.0.20240106.tar.gz", hash = "sha256:b81d4ea35f212dc845429d08f1981eb011fe78cee3eebba81157d18b7f6e4616"},
|
||||
{file = "types_google_cloud_ndb-2.2.0.20240106-py3-none-any.whl", hash = "sha256:c76efa97b17c15865784fb4e54da56cad805acf81f908dfe4f962a957cb84555"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "types-protobuf"
|
||||
version = "4.24.0.4"
|
||||
@ -2243,4 +2254,4 @@ multidict = ">=4.0"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
content-hash = "a37b4d8ff76ba8de92cffb3d3ae396b82be8faf03f9a78bd6d96d01fb915b22c"
|
||||
content-hash = "f86059ed812a97d68a0a9715c2f6d9f7687b5c07685ae224a63ff35f06e55a70"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "langchain-google-vertexai"
|
||||
version = "0.0.1.post1"
|
||||
version = "0.0.2"
|
||||
description = "An integration package connecting GoogleVertexAI and LangChain"
|
||||
authors = []
|
||||
readme = "README.md"
|
||||
@ -55,6 +55,7 @@ ruff = "^0.1.5"
|
||||
[tool.poetry.group.typing.dependencies]
|
||||
mypy = "^0.991"
|
||||
langchain-core = {path = "../../core", develop = true}
|
||||
types-google-cloud-ndb = "^2.2.0.20240106"
|
||||
|
||||
[tool.poetry.group.dev]
|
||||
optional = true
|
||||
|
Loading…
Reference in New Issue
Block a user