Skip to content

Commit 2cd9083

Browse files
committed
Add beta admonition
1 parent b3cf6d7 commit 2cd9083

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
--8<-- "docs/.partials/index-header.html"
44

5+
!!! info "🎉 Pydantic AI V1 Beta Released!"
6+
We'd love your feedback as we prepare for V1:
7+
8+
```bash
9+
pip install pydantic-ai==1.0.0b1
10+
```
11+
12+
- 🐛 [Report issues on GitHub](https://github.com/pydantic/pydantic-ai/issues)
13+
- 💬 [Join our Slack](https://logfire.pydantic.dev/docs/join-slack/)
14+
515
FastAPI revolutionized web development by offering an innovative and ergonomic design, built on the foundation of [Pydantic Validation](https://docs.pydantic.dev).
616

717
Similarly, virtually every agent framework and LLM library in Python uses Pydantic Validation, yet when we began to use LLMs in [Pydantic Logfire](https://pydantic.dev/logfire), we couldn't find anything that gave us the same feeling.

0 commit comments

Comments
 (0)