uv Dependency Management Purpose Master dependency management with uv, including adding/removing packages, version constraints, dependency groups for development and production, lock files, and resolving version conflicts. Quick Start Add a dependency and see it in your lock file: Your is automatically updated, and ensures reproducible installs. Instructions Step 1: Understand Dependency Scopes uv manages three types of dependencies: Main Dependencies (project requirements) Optional Dependencies (extras for features) Development Groups (dev-only tools) Step 2: Add Dependencies Add to main pro…