Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency google-cloud-documentai to v3 #941

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bq-connector/docai_bq_connector/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-bigquery==3.25.0
google-cloud-documentai==2.35.0
google-cloud-documentai==3.0.0
google-cloud-storage==2.9.0
pypdf==4.0.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-cloud-storage==2.17.0
google-cloud-logging==3.8.0
google-cloud-documentai==2.35.0
google-cloud-documentai==3.0.0
pypdf2==3.0.1
pikepdf==8.15.1
google-cloud-run==0.10.7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://pypi.org/project/google-cloud-documentai
google-cloud-documentai==2.35.0
google-cloud-documentai==3.0.0

# https://pypi.org/project/google-auth
google-auth==2.36.0
Expand Down
2 changes: 1 addition & 1 deletion community/pdf-annotator-python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-documentai==2.35.0
google-cloud-documentai==3.0.0
pikepdf>=6.2.9
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-logging
google-cloud-documentai==2.35.0
google-cloud-documentai==3.0.0
google-cloud-storage
google-cloud-contentwarehouse==0.7.9
fireo==2.2.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-cloud-contentwarehouse==0.7.9
google-cloud-core==2.4.1
google-cloud-documentai==2.35.0
google-cloud-documentai==3.0.0
google-cloud-storage==2.9.0
googleapis-common-protos==1.59.1
tabulate==0.9.0
2 changes: 1 addition & 1 deletion extract-languages/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-core
google-cloud-documentai==2.35.0
google-cloud-documentai==3.0.0

pandas
2 changes: 1 addition & 1 deletion filter-hitl-language/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-documentai==2.35.0
google-cloud-documentai==3.0.0
google-cloud-storage
2 changes: 1 addition & 1 deletion pdf-splitter-python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-documentai==2.35.0
google-cloud-documentai==3.0.0
pikepdf>=6.2.9
2 changes: 1 addition & 1 deletion web-app-demo/Backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask==3.0.3
Flask-Cors==4.0.1
Flask-RESTful==0.3.10
google-cloud-documentai==2.35.0
google-cloud-documentai==3.0.0
google-auth==2.36.0
pylint==3.0.3
gunicorn==23.0.0
2 changes: 1 addition & 1 deletion web-app-pix2info-python/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://pypi.org/project/google-cloud-documentai
google-cloud-documentai==2.35.0
google-cloud-documentai==3.0.0

# https://pypi.org/project/google-cloud-logging
google-cloud-logging==3.5.0
Expand Down