Skip to content

Commit 35308d3

Browse files
wuliang229copybara-github
authored andcommitted
chore: add min version of Google Auth to include fix
Context: googleapis/python-genai@930c7ca. The GenAI SDK relies on Google Auth for the fix, and adding this as a direct dependency in ADK will decouple the release of ADK and GenAI SDK. Co-authored-by: Liang Wu <wuliang@google.com> PiperOrigin-RevId: 852990837
1 parent ecc9f18 commit 35308d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies = [
3232
"click>=8.1.8, <9.0.0", # For CLI tools
3333
"fastapi>=0.115.0, <0.124.0", # FastAPI framework
3434
"google-api-python-client>=2.157.0, <3.0.0", # Google API client discovery
35+
"google-auth>=2.47.0", # Google Auth library
3536
"google-cloud-aiplatform[agent_engines]>=1.132.0, <2.0.0", # For VertexAI integrations, e.g. example store.
3637
"google-cloud-bigquery-storage>=2.0.0",
3738
"google-cloud-bigquery>=2.2.0",

0 commit comments

Comments
 (0)