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

Commit 681ec47

Browse files
committed
Add async constraints for testing
1 parent 697680c commit 681ec47

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# This constraints file is used to check that lower bounds
2+
# are correct in pyproject.toml
3+
# List *all* library dependencies and extras in this file.
4+
# Pin the version to the lower bound.
5+
#
6+
# e.g., if pyproject.toml has "foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have foo==1.14.0
8+
googleapis-common-protos==1.56.3
9+
protobuf==4.25.8
10+
google-auth==2.35.0
11+
requests==2.20.0
12+
grpcio==1.33.2
13+
grpcio-status==1.33.2
14+
proto-plus==1.22.3
15+
# Some tests import aiohttp to test async rest
16+
# from google-auth[aiohttp]
17+
# google-auth[aiohttp] v2.39.0 is the first release that requires aiohttp 3.6.2
18+
# see - change: https://github.com/googleapis/google-auth-library-python/blame/9d5c0d81e8e69719a2b4cd034bf1ed5d128fdf0a/setup.py#L35
19+
# - release: https://github.com/googleapis/google-auth-library-python/commits/main/?after=9d5c0d81e8e69719a2b4cd034bf1ed5d128fdf0a+104
20+
aiohttp==3.6.2

0 commit comments

Comments
 (0)