Skip to content

Commit 40a8c3f

Browse files
authored
fix(deps): Pin setuptools to v80.8.0 to avoid pkg_resources deprecation warnings from Google code. (#8431)
1 parent 8d8f3db commit 40a8c3f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

requirements.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@ ujson==5.11.0
5858
yamllint==1.37.1
5959
requests==2.32.5
6060
responses==0.25.8
61+
62+
# Pin setuptools to v80.8.0 for now to avoid annoying "pkg_resources is deprecated as an API"
63+
# warnings from Google code (https://github.com/googleapis/google-cloud-python/issues/13974).
64+
# We can remove this pin when that issue is resolved (or maybe once setuptools v81 is released).
65+
setuptools<80.9.0

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2814,10 +2814,11 @@ pip==25.2 \
28142814
--hash=sha256:578283f006390f85bb6282dffb876454593d637f5d1be494b5202ce4877e71f2 \
28152815
--hash=sha256:6d67a2b4e7f14d8b31b8b52648866fa717f45a1eb70e83002f4331d07e953717
28162816
# via pip-tools
2817-
setuptools==80.9.0 \
2818-
--hash=sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922 \
2819-
--hash=sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c
2817+
setuptools==80.8.0 \
2818+
--hash=sha256:49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257 \
2819+
--hash=sha256:95a60484590d24103af13b686121328cc2736bee85de8936383111e421b9edc0
28202820
# via
2821+
# -r requirements.in
28212822
# bigeye-sdk
28222823
# nodeenv
28232824
# pip-tools

0 commit comments

Comments
 (0)