Skip to content
Draft
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
1 change: 1 addition & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def get_staging_dirs(
"google/cloud/spanner_v1/__init__.py",
"**/gapic_version.py",
"testing/constraints-3.7.txt",
"testing/constraints-3.9.txt",
],
)

Expand Down
25 changes: 19 additions & 6 deletions testing/constraints-3.9.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# -*- 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
proto-plus
protobuf
grpc-google-iam-v1
# 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==1.34.0
google-cloud-core==1.4.4
grpc-google-iam-v1==0.12.4
libcst==0.2.5
proto-plus==1.22.0
sqlparse==0.4.4
opentelemetry-api==1.22.0
opentelemetry-sdk==1.22.0
opentelemetry-semantic-conventions==0.43b0
protobuf==3.20.2
deprecated==1.2.14
grpc-interceptor==0.15.4
google-cloud-monitoring==2.16.0
mmh3==4.1.0
Loading