Skip to content

Commit

Permalink
release (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuligin authored Mar 27, 2024
1 parent 437cdc8 commit 71b15f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/community/langchain_google_community/docai.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def online_process(
"""
try:
from google.cloud import documentai
from google.cloud.documentai_v1.types import ( # type: ignore[import]
from google.cloud.documentai_v1.types import ( # type: ignore[import, attr-defined]
IndividualPageSelector,
OcrConfig,
ProcessOptions,
Expand Down
2 changes: 1 addition & 1 deletion libs/community/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-google-community"
version = "0.1.0rc1"
version = "1.0.1"
description = "An integration package connecting miscellaneous Google's products and LangChain"
authors = []
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion libs/genai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-google-genai"
version = "0.0.11"
version = "1.0.1"
description = "An integration package connecting Google's genai package and LangChain"
authors = []
readme = "README.md"
Expand Down

0 comments on commit 71b15f5

Please sign in to comment.