Skip to content

Commit 22695bc

Browse files
committed
exclude testing/constraints-3.7.txt
1 parent bf46a0e commit 22695bc

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

owlbot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
f"scripts/fixup_prediction_{library.name}_keywords.py",
7878
"google/cloud/aiplatform/__init__.py",
7979
f"google/cloud/aiplatform/{library.name}/schema/**/services/",
80+
# Excluding this automatically generated file to avoid dependency
81+
# version conflicts.
82+
"testing/constraints-3.7.txt",
8083
],
8184
)
8285
has_generator_updates = True

testing/constraints-3.7.txt

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# This constraints file is used to check that lower bounds
22
# are correct in setup.py
3-
# List all library dependencies and extras in this file.
3+
# List *all* library dependencies and extras in this file.
44
# Pin the version to the lower bound.
5-
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
6-
# Then this file should have google-cloud-foo==1.14.0
7-
# This file is intentionally left empty to test the
8-
# latest versions of dependencies.
9-
google-api-core==1.33.2
5+
#
6+
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have foo==1.14.0
8+
google-api-core==1.32.0
9+
libcst==0.2.5
1010
proto-plus==1.22.0
1111
protobuf==3.19.5
12+
mock==4.0.2
13+
google-cloud-storage==1.32.0
14+
google-auth==1.25.0 # TODO: Remove when google-api-core >= 1.26.0 is required
15+
packaging==14.3
16+
grpcio-testing==1.34.0

0 commit comments

Comments
 (0)