Skip to content

Commit

Permalink
chore: Bump google-api-core to support rest transport
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 607132991
  • Loading branch information
matthew29tang authored and Copybara-Service committed Feb 15, 2024
1 parent fc214f5 commit e7828d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
f"scripts/fixup_prediction_{library.name}_keywords.py",
"google/cloud/aiplatform/__init__.py",
f"google/cloud/aiplatform/{library.name}/schema/**/services/",
"testing/constraints-3.7.txt",
"**/gapic_version.py", # exclude gapic_version.py to avoid reverting the version to 0.1.0
"**/gapic_version.py", # exclude gapic_version.py to avoid reverting the version to 0.1.0
".kokoro/samples",
"noxfile.py",
"testing",
Expand All @@ -91,7 +90,6 @@

# only run post processor when there are changes to the generated code
if has_generator_updates:

# ----------------------------------------------------------------------------
# Add templated files
# ----------------------------------------------------------------------------
Expand Down Expand Up @@ -130,7 +128,7 @@
".github/PULL_REQUEST_TEMPLATE.md",
".github/workflows", # exclude gh actions as credentials are needed for tests
"README.rst",
".github/release-please.yml", # use release please manifest
".github/release-please.yml", # use release please manifest
"noxfile.py",
"testing",
"docs/conf.py",
Expand All @@ -148,7 +146,7 @@
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
value: "python-docs-samples-tests-.*?"
\}""",
"""env_vars: {
"""env_vars: {
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
value: "ucaip-sample-tests"
}""",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
platforms="Posix; MacOS X; Windows",
include_package_data=True,
install_requires=(
"google-api-core[grpc] >= 1.34.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
"google-api-core[grpc] >= 1.34.1, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
"google-auth >= 2.14.1, <3.0.0dev",
"proto-plus >= 1.22.0, <2.0.0dev",
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 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==2.11.0
google-api-core==2.17.1 # Increased for gapic owlbot presubmit tests
google-auth==2.14.1
proto-plus==1.22.0
protobuf
Expand Down

0 comments on commit e7828d9

Please sign in to comment.