34 lines
703 B
Plaintext
34 lines
703 B
Plaintext
# OSVauco agent dependencies — pin versions to prevent surprise upgrades
|
|
|
|
# ADK + Vertex AI SDK (must match)
|
|
google-adk>=2.0.0
|
|
google-cloud-aiplatform[adk,agent_engines]>=1.112.0
|
|
|
|
# RAG Engine
|
|
vertexai>=1.71.0
|
|
|
|
# Secret Manager integration (requires ADK >= 1.29)
|
|
google-cloud-secret-manager>=2.20.0
|
|
|
|
# MCP toolset
|
|
httpx>=0.27.0
|
|
google-auth>=2.29.0
|
|
google-auth-httplib2>=0.2.0
|
|
|
|
# Observability
|
|
opentelemetry-sdk>=1.25.0
|
|
opentelemetry-exporter-gcp-trace>=1.8.0
|
|
google-cloud-logging>=3.10.0
|
|
google-cloud-monitoring>=2.22.0
|
|
|
|
# Evaluation
|
|
google-cloud-aiplatform[evaluation]>=1.112.0
|
|
|
|
# HTTP server for Cloud Run
|
|
uvicorn[standard]>=0.29.0
|
|
fastapi>=0.111.0
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0
|
|
pydantic>=2.7.0
|