Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>UV Versions ManagerNew to Visual Studio Code? Get it now.
UV Versions Manager

UV Versions Manager

bubaley

|
76 installs
| (0) | Free
Parses pyproject.toml and uv.lock to display installed and latest dependency versions
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

UV Versions Manager

VS Code extension for tracking Python dependency versions in projects with pyproject.toml and uv.lock.

SCR-20250528-dcpv (1)

Features

  • 📦 Parse dependencies from pyproject.toml
  • 🔒 Detect installed versions from uv.lock
  • 🌐 Check latest versions via PyPI API
  • 💡 Hover tooltips with version information
  • ✅ Visual status indicators:
    • 🟢 Green - version is up-to-date
    • 🟡 Yellow - updates available

Usage

  1. Open a project with pyproject.toml and uv.lock files
  2. Extension activates automatically
  3. Hover over dependencies to view version information

Commands

  • Refresh dependency version information - Refresh version data
  • Bump all - Update all dependencies to installed versions
  • Upgrade all - Update all dependencies to latest versions

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "UV Versions Manager"
  4. Click Install

Requirements

  • VS Code 1.74.0+
  • Project with pyproject.toml and uv.lock

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft