# Google ADK and Gemini dependencies
google-adk>=1.0.0,<2.0.0
# Lower bounds on httpcore and h11 due to CVE-2025-43859.
httpcore>=1.0.9
h11>=0.16

# DataHub agent context with Google ADK support
# For local development: pip install -e "../../[google-adk]"
# For published package: pip install "datahub-agent-context[google-adk]>=0.1.0"
-e ../../[google-adk]
