From 541c7052fd2b9cfd1ae6c22f33387d5660035b3b Mon Sep 17 00:00:00 2001 From: Andrey Buzin Date: Wed, 25 Feb 2026 08:27:02 -0800 Subject: [PATCH] Bump the version, add warning banner to readme --- README.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d79033f..607ade4b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # vercel-ai-sdk +> [!WARNING] +> This SDK is **experimental**. It is not stable and is not guaranteed to be maintained in the future. For evaluation purposes only. + A Python version of the [AI SDK](https://ai-sdk.dev/). ## Quick Start @@ -295,7 +298,8 @@ See the `examples/` directory: - `streaming_tool.py` — Tool that streams progress via Runtime - `multiagent.py` — Parallel agents with labels, then summarization - `custom_loop.py` — Custom step with `@ai.stream` -- `mcp.py` — MCP integration (Context7) +- `mcp_tools.py` — MCP integration (Context7) +- `structured_output.py` — Structured output with Pydantic models **Projects**: diff --git a/pyproject.toml b/pyproject.toml index f1d4db78..33278c37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vercel-ai-sdk" -version = "0.0.1.dev4" +version = "0.0.1.dev5" description = "The AI Toolkit for Python" readme = "README.md" authors = [