38 lines
902 B
Plaintext
38 lines
902 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.0.2 (Current)
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="TypeScript SDK" icon="js">
|
|
**Compatible Version:** v1.1.0
|
|
|
|
Install with:
|
|
```bash
|
|
npm install @honcho-ai/sdk@1.1.0
|
|
```
|
|
</Card>
|
|
|
|
<Card title="Python SDK" icon="python">
|
|
**Compatible Version:** v1.1.0
|
|
|
|
Install with:
|
|
```bash
|
|
pip install honcho-ai==1.1.0
|
|
```
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Version Compatibility Table
|
|
|
|
| Honcho API Version | TypeScript SDK | Python SDK | Notes |
|
|
|-------------------|---------------|------------|-------|
|
|
| v2.0.2 (Current) | v1.1.0 | v1.1.0 | Full compatibility with new peer architecture |
|