Skip to content

Commit b13d172

Browse files
fix: add minimum version for google-auth dep (#1065)
1 parent c9e9984 commit b13d172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"aiohttp",
2929
"cryptography>=42.0.0",
3030
"Requests",
31-
"google-auth",
31+
"google-auth>=2.28.0",
3232
]
3333

3434
package_root = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)