Skip to content

Commit

Permalink
fix: add minimum version for google-auth dep (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Apr 17, 2024
1 parent c9e9984 commit b13d172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"aiohttp",
"cryptography>=42.0.0",
"Requests",
"google-auth",
"google-auth>=2.28.0",
]

package_root = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit b13d172

Please sign in to comment.