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

Commit 41bb061

Browse files
committed
update constraints files
1 parent 00a511c commit 41bb061

File tree

5 files changed

+10
-30
lines changed

5 files changed

+10
-30
lines changed

testing/constraints-3.10.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# We use the constraints file for the latest Python version
2-
# (currently this file) to check that the latest
3-
# major versions of dependencies are supported in setup.py.
1+
# -*- coding: utf-8 -*-
2+
# This constraints file is required for unit tests.
43
# List all library dependencies and extras in this file.
5-
# Require the latest major version be installed for each dependency.
6-
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
7-
# Then this file should have google-cloud-foo>=1
84
google-api-core>=2
95
google-auth>=2
106
grpcio>=1

testing/constraints-3.11.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# We use the constraints file for the latest Python version
2-
# (currently this file) to check that the latest
3-
# major versions of dependencies are supported in setup.py.
1+
# -*- coding: utf-8 -*-
2+
# This constraints file is required for unit tests.
43
# List all library dependencies and extras in this file.
5-
# Require the latest major version be installed for each dependency.
6-
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
7-
# Then this file should have google-cloud-foo>=1
84
google-api-core>=2
95
google-auth>=2
106
grpcio>=1

testing/constraints-3.12.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# We use the constraints file for the latest Python version
2-
# (currently this file) to check that the latest
3-
# major versions of dependencies are supported in setup.py.
1+
# -*- coding: utf-8 -*-
2+
# This constraints file is required for unit tests.
43
# List all library dependencies and extras in this file.
5-
# Require the latest major version be installed for each dependency.
6-
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
7-
# Then this file should have google-cloud-foo>=1
84
google-api-core>=2
95
google-auth>=2
106
grpcio>=1

testing/constraints-3.13.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# We use the constraints file for the latest Python version
2-
# (currently this file) to check that the latest
3-
# major versions of dependencies are supported in setup.py.
1+
# -*- coding: utf-8 -*-
2+
# This constraints file is required for unit tests.
43
# List all library dependencies and extras in this file.
5-
# Require the latest major version be installed for each dependency.
6-
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
7-
# Then this file should have google-cloud-foo>=1
84
google-api-core>=2
95
google-auth>=2
106
grpcio>=1

testing/constraints-3.14.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# We use the constraints file for the latest Python version
2-
# (currently this file) to check that the latest
3-
# major versions of dependencies are supported in setup.py.
1+
# -*- coding: utf-8 -*-
2+
# This constraints file is required for unit tests.
43
# List all library dependencies and extras in this file.
5-
# Require the latest major version be installed for each dependency.
6-
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
7-
# Then this file should have google-cloud-foo>=1
84
google-api-core>=2
95
google-auth>=2
106
grpcio>=1

0 commit comments

Comments
 (0)