# Minimal dependencies for NEXUS_PROFILE=remote (SDK/CLI client).
# Only packages needed by the remote code path (gRPC transport).
# No SQLAlchemy, no numpy, no FastAPI, no Rust extensions.
# Lower bounds must match pyproject.toml / generated stubs (#3790)
grpcio>=1.80.0
protobuf>=6.33.6
httpx[http2]>=0.28.1
tenacity>=9.1.4
pydantic[email]>=2.13.4
pyyaml>=6.0.3
click>=8.3.3
rich>=15.0.0
tqdm>=4.67.3
