upgrade-deps

Installation
SKILL.md

Upgrade all dependencies for the pyatlan Python SDK. Follow these steps carefully.

Context

  • The project supports Python >=3.9, so skip any package version that requires Python >=3.10 or higher
  • Use uv for all Python package operations
  • Workflow files are in .github/workflows/
  • Dependencies are managed in pyproject.toml and locked in uv.lock

Step 1 — Find outdated Python packages

Run:

uv pip list --outdated

Cross-reference the output with the direct dependencies pinned in pyproject.toml (sections: dependencies, dev, docs). Ignore transitive dependencies — only update packages that are explicitly listed in pyproject.toml.

Installs
1
GitHub Stars
20
First Seen
Mar 11, 2026