28 lines
625 B
Plaintext
28 lines
625 B
Plaintext
# OSVauco agent dependencies
|
|
|
|
# ADK — must stay <2.0.0 while google-cloud-aiplatform[adk,agent_engines] requires google-adk<2.0.0
|
|
google-adk==1.34.1
|
|
google-cloud-aiplatform[adk,agent_engines,evaluation]==1.154.0
|
|
|
|
# Secret Manager integration
|
|
google-cloud-secret-manager==2.28.0
|
|
|
|
# MCP toolset
|
|
httpx==0.28.1
|
|
google-auth==2.53.0
|
|
google-auth-httplib2==0.4.0
|
|
|
|
# Observability
|
|
opentelemetry-sdk==1.41.1
|
|
opentelemetry-exporter-gcp-trace==1.12.0
|
|
google-cloud-logging==3.15.0
|
|
google-cloud-monitoring==2.30.0
|
|
|
|
# HTTP server for Cloud Run
|
|
uvicorn[standard]==0.48.0
|
|
fastapi==0.136.3
|
|
|
|
# Utilities
|
|
python-dotenv==1.2.2
|
|
pydantic==2.12.5
|