We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4856442 commit c83e5c4Copy full SHA for c83e5c4
2 files changed
README.md
@@ -2,7 +2,7 @@
2
3
Multi-platform async chat SDK for Python. Port of [Vercel Chat](https://github.com/vercel/chat).
4
5
-> **Status: Alpha (0.0.1a8)** — API may change. Not yet tested in production.
+> **Status: Alpha (0.0.1a10)** — API may change. Not yet tested in production.
6
7
## Why chat-sdk?
8
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "chat-sdk"
-version = "0.0.1a8"
+version = "0.0.1a10"
description = "Multi-platform async chat SDK for Python — port of Vercel Chat"
readme = "README.md"
license = {text = "MIT"}
0 commit comments