Skip to content

Commit 71b15f5

Browse files
authored
release (#98)
1 parent 437cdc8 commit 71b15f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libs/community/langchain_google_community/docai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def online_process(
131131
"""
132132
try:
133133
from google.cloud import documentai
134-
from google.cloud.documentai_v1.types import ( # type: ignore[import]
134+
from google.cloud.documentai_v1.types import ( # type: ignore[import, attr-defined]
135135
IndividualPageSelector,
136136
OcrConfig,
137137
ProcessOptions,

libs/community/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain-google-community"
3-
version = "0.1.0rc1"
3+
version = "1.0.1"
44
description = "An integration package connecting miscellaneous Google's products and LangChain"
55
authors = []
66
readme = "README.md"

libs/genai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain-google-genai"
3-
version = "0.0.11"
3+
version = "1.0.1"
44
description = "An integration package connecting Google's genai package and LangChain"
55
authors = []
66
readme = "README.md"

0 commit comments

Comments
 (0)