-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BEGIN_COMMIT_OVERRIDE fix: Drop Python 3.7 Support fix: Require google-api-core >= 2.17.1 fix: Require pandas >= 2.0.0 fix: Require proto-plus >= 1.22.3 fix: Require numpy >= 1.23.5 fix: Require pikepdf >= 8.0.0 fix: Require Pillow >= 10.0.0 END_COMMIT_OVERRIDE --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
- Loading branch information
1 parent
b91ac08
commit 71e6c51
Showing
15 changed files
with
88 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/sync-repo-settings | ||
# Rules for main branch protection | ||
branchProtectionRules: | ||
# Identifies the protection rule pattern. Name of the branch to be protected. | ||
# Defaults to `main` | ||
- pattern: main | ||
requiresStrictStatusChecks: true | ||
requiredStatusCheckContexts: | ||
- 'cla/google' | ||
- 'OwlBot Post Processor' | ||
- 'docs' | ||
- 'lint' | ||
- 'unit (3.8)' | ||
- 'unit (3.9)' | ||
- 'unit (3.10)' | ||
- 'unit (3.11)' | ||
- 'unit (3.12)' | ||
- 'cover' | ||
- 'Kokoro' | ||
- 'Samples - Lint' | ||
- 'Samples - Python 3.8' | ||
- 'Samples - Python 3.12' | ||
permissionRules: | ||
- team: actools-python | ||
permission: admin | ||
- team: actools | ||
permission: admin | ||
- team: cdpe-cloudai | ||
permission: admin | ||
- team: yoshi-python | ||
permission: push | ||
- team: python-samples-owners | ||
permission: push | ||
- team: python-samples-reviewers | ||
permission: push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
google-cloud-bigquery==3.17.2 | ||
google-cloud-documentai==2.24.0 | ||
google-cloud-storage==2.14.0 | ||
google-cloud-documentai-toolbox==0.12.2a0 | ||
google-cloud-documentai-toolbox==0.13.1a0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
# -*- coding: utf-8 -*- | ||
# This constraints file is required for unit tests. | ||
# This constraints file is used to check that lower bounds | ||
# are correct in setup.py | ||
# List all library dependencies and extras in this file. | ||
google-api-core | ||
libcst | ||
pandas | ||
proto-plus | ||
grpc-google-iam-v1 | ||
google-cloud-bigquery | ||
google-cloud-documentai | ||
google-cloud-storage | ||
numpy==1.21.6 | ||
# Pin the version to the lower bound. | ||
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev", | ||
# Then this file should have google-cloud-foo==1.14.0 | ||
google-api-core==2.17.1 | ||
pandas==2.0.0 | ||
proto-plus==1.22.3 | ||
grpc-google-iam-v1==0.12.6 | ||
google-cloud-bigquery==3.5.0 | ||
google-cloud-documentai==2.20.0 | ||
google-cloud-storage==2.7.0 | ||
pandas-gbq==0.21.0 | ||
numpy==1.23.5 | ||
pikepdf==8.2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters