--- title: "SDK and API Compatibility Guide" description: "Compatibility guide for Honcho's SDKs and API" icon: "shield-check" --- This guide helps you understand which versions of Honcho's API are compatible with which SDK versions. ## Version Compatibility ### Honcho API v3.0.1 (Current) **Compatible Version:** v2.0.0 Install with: ```bash npm install @honcho-ai/sdk@2.0.0 ``` **Compatible Version:** v2.0.0 Install with: ```bash pip install honcho-ai==2.0.0 ``` ## Version Compatibility Table | Honcho API Version | TypeScript SDK | Python SDK | |-------------------|---------------|------------| | v3.0.1 (Current) | v2.0.0 | v2.0.0 | | v3.0.0 | v2.0.0 | v2.0.0 | | v2.5.1 | v1.6.0 | v1.6.0 | | v2.5.0 | v1.6.0 | v1.6.0 | | v2.4.3 | v1.5.0 | v1.5.0 | | v2.4.2 | v1.5.0 | v1.5.0 | | v2.4.1 | v1.5.0 | v1.5.0 | | v2.4.0 | v1.5.0 | v1.5.0 | | v2.3.3 | v1.4.1 | v1.4.1 | | v2.3.2 | v1.4.0 | v1.4.0 | | v2.3.1 | v1.4.0 | v1.4.0 | | v2.3.0 | v1.4.0 | v1.4.0 | | v2.2.0 | v1.3.0 | v1.3.0 | | v2.1.1 | v1.2.1 | v1.2.2 | | v2.1.0 | v1.2.1 | v1.2.2 | | v2.0.5 | v1.1.0 | v1.1.0 | | v2.0.4 | v1.1.0 | v1.1.0 |