Files
orchard/backend/app/dependencies.py
Mondo Diaz 0fb69a6aaa 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-04 13:55:53 -06:00

43 KiB