Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 42ce241

Browse files
committed
updates constraints for 3.9
1 parent e4a208f commit 42ce241

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

testing/constraints-3.9.txt

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# -*- coding: utf-8 -*-
2-
# This constraints file is required for unit tests.
2+
# This constraints file is used to check that lower bounds
3+
# are correct in setup.py
34
# List all library dependencies and extras in this file.
4-
google-api-core
5-
pandas
6-
pyarrow
7-
proto-plus
8-
grpc-google-iam-v1
9-
google-cloud-bigquery
10-
google-cloud-documentai
11-
google-cloud-storage
12-
numpy
13-
pikepdf
5+
# Pin the version to the lower bound.
6+
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have google-cloud-foo==1.14.0
8+
google-api-core==2.15.0
9+
pandas==2.0.0
10+
pyarrow==4.0.0
11+
proto-plus==1.22.3
12+
grpc-google-iam-v1==0.12.6
13+
google-cloud-bigquery==3.5.0
14+
google-cloud-documentai==2.29.2
15+
google-cloud-storage==2.7.0
16+
pandas-gbq==0.21.0
17+
numpy==1.23.5
18+
pikepdf==8.2.3

0 commit comments

Comments
 (0)