Skip to main content

Guide | Upgrade the Compose SDK

Upgrade Compose to the latest stable version with a single command. See the changelog to learn what's new.

Node.js

npm

npm install @composehq/sdk@latest

yarn

yarn up @composehq/sdk

pnpm

pnpm add @composehq/sdk@latest

Python

pip

pip install --upgrade compose-sdk

poetry

poetry add compose-sdk@

uv

uv remove compose-sdk
uv add compose-sdk

Notes

  • We recommend pinning to a specific version in production environments