41 lines
887 B
Plaintext
41 lines
887 B
Plaintext
---
|
|
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 v2.1.0 (Current)
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="TypeScript SDK" icon="js">
|
|
**Compatible Version:** v1.2.1
|
|
|
|
Install with:
|
|
```bash
|
|
npm install @honcho-ai/sdk@1.2.1
|
|
```
|
|
</Card>
|
|
|
|
<Card title="Python SDK" icon="python">
|
|
**Compatible Version:** v1.2.2
|
|
|
|
Install with:
|
|
```bash
|
|
pip install honcho-ai==1.2.2
|
|
```
|
|
</Card>
|
|
|
|
</CardGroup>
|
|
|
|
## Version Compatibility Table
|
|
|
|
| Honcho API Version | TypeScript SDK | Python SDK |
|
|
|-------------------|---------------|------------|
|
|
| v2.1.0 (Current) | v1.2.1 | v1.2.2 |
|
|
| v2.0.5 | v1.1.0 | v1.1.0 |
|
|
| v2.0.4 | v1.1.0 | v1.1.0 |
|