Skip to content

Commit 9e0ea6a

Browse files
committed
chore(librarian): add testings/constraints-3.7/8 as handwritten files
1 parent 3b19a5d commit 9e0ea6a

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py
3+
# List all library dependencies and extras in this file.
4+
# 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+
google-api-core==1.34.0
8+
google-auth==2.14.1
9+
# cryptography is a direct dependency of google-auth
10+
cryptography==38.0.3
11+
proto-plus==1.22.0
12+
protobuf==3.20.2
13+
google-cloud-logging==1.14.0
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# -*- coding: utf-8 -*-
2+
# This constraints file is required for unit tests.
3+
# List all library dependencies and extras in this file.
4+
google-api-core==2.14.0
5+
proto-plus
6+
protobuf

.librarian/state.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,8 +1591,7 @@ libraries:
15911591
- ^packages/google-cloud-error-reporting/samples/generated_samples
15921592
- ^packages/google-cloud-error-reporting/scripts/fixup_
15931593
- ^packages/google-cloud-error-reporting/setup.py
1594-
- ^packages/google-cloud-error-reporting/testing/constraints-3.9
1595-
- ^packages/google-cloud-error-reporting/testing/constraints-3.1
1594+
- ^packages/google-cloud-error-reporting/testing
15961595
tag_format: '{id}-v{version}'
15971596
- id: google-cloud-essential-contacts
15981597
version: 1.12.0

0 commit comments

Comments
 (0)