Skip to content

Commit 70737b5

Browse files
author
Steve Paltridge
committed
fix: bump chromadb<2.0 (cp312 wheels), publish 0.3.4; bump vitest to 4.x (vite/esbuild CVEs); deprecate clients/python SDK README
1 parent e836918 commit 70737b5

5 files changed

Lines changed: 912 additions & 1243 deletions

File tree

clients/python/README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
<!-- @wbx-modified copilot-a3f7·MTN | 2026-04-24 | Python SDK README | prev: NEW -->
2-
# recall-client (Python)
1+
<!-- @wbx-modified copilot-b1c4 | 2026-04-28 04:08 MTN | v0.3.0-deprecated | marked SDK as unpublished; Python users should call HTTP directly | prev: copilot-a3f7@2026-04-24 -->
2+
# recall-client (Python) — DEPRECATED / UNPUBLISHED
33

4-
Official Python SDK for [Recall](https://github.com/RecallWorks/Recall) — open-source memory for AI agents.
4+
> **Status (2026-04-28):** This SDK is **not currently published to PyPI**. The
5+
> `recall-client` name on PyPI was deleted on 2026-04-27 and is permanently
6+
> reserved by PyPI policy. Python users should call the HTTP API directly using
7+
> `requests` or `httpx` — see [`examples/python/agent_memory.py`](../../examples/python/agent_memory.py).
8+
>
9+
> The server package is published as [`ai-recallworks`](https://pypi.org/project/ai-recallworks/).
10+
>
11+
> Source remains here for reference and for anyone who wants to vendor it.
512
6-
## Install
13+
---
14+
15+
## Install (from source only)
716

817
```bash
9-
pip install recall-client
18+
pip install ./clients/python
1019
```
1120

1221
## Quick start

0 commit comments

Comments
 (0)