File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " langchain-google-community"
3- version = " 0.1.0rc1 "
3+ version = " 1. 0.1"
44description = " An integration package connecting miscellaneous Google's products and LangChain"
55authors = []
66readme = " README.md"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " langchain-google-genai"
3- version = " 0 .0.11 "
3+ version = " 1 .0.1 "
44description = " An integration package connecting Google's genai package and LangChain"
55authors = []
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments