Files
orchard/backend/app/dependencies.py
Mondo Diaz f5c9e438a0 feat: remove fetch depth limit for dependency resolution
Real package managers (pip, npm, Maven) don't have depth limits - they
resolve the full dependency tree. We have other safeguards:
- Loop prevention via fetch_attempted set
- Timeout via auto_fetch_timeout setting
- Dependency trees are finite
2026-02-05 09:15:48 -06:00

43 KiB