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
uvfor all Python package operations - Workflow files are in
.github/workflows/ - Dependencies are managed in
pyproject.tomland locked inuv.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.