Skip to content

Commit b2176ea

Browse files
author
BrokenDuck
committed
Merge branch 'main' into update-mcp-server
2 parents ee18257 + 6e47a80 commit b2176ea

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

docs/index.md

Lines changed: 15 additions & 5 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.
@@ -38,15 +48,15 @@ We built Pydantic AI with one simple aim: to bring that FastAPI feeling to GenAI
3848
- **Graph Support**:
3949
[Pydantic Graph](graph.md) provides a powerful way to define graphs using typing hints, this is useful in complex applications where standard control flow can degrade to spaghetti code.
4050

41-
**Sign up to *The Pydantic Stack* newsletter, with updates & tutorials on Logfire, Pydantic AI and Pydantic:**
51+
**Sign up for our newsletter, *The Pydantic Stack*, with updates & tutorials on Pydantic AI, Logfire, and Pydantic:**
4252

43-
<form method="POST" action="https://eu.customerioforms.com/forms/submit_action?site_id=53d2086c3c4214eaecaa&form_id=14b22611745b458&success_url=https://ai.pydantic.dev/" style="display: flex; align-items: center; gap: 10px; max-width: 85%;">
53+
<form method="POST" action="https://eu.customerioforms.com/forms/submit_action?site_id=53d2086c3c4214eaecaa&form_id=14b22611745b458&success_url=https://ai.pydantic.dev/" class="md-typeset" style="display: flex; align-items: center; gap: 0.5rem; width: 100%;">
4454
<input
4555
type="email"
4656
id="email_input"
4757
name="email"
48-
class="md-input"
49-
style="border-bottom: none; flex: 1;"
58+
class="md-input md-input--stretch"
59+
style="flex: 1; background: var(--md-default-bg-color); color: var(--md-default-fg-color);"
5060
required
5161
placeholder="Email"
5262
data-1p-ignore
@@ -55,7 +65,7 @@ We built Pydantic AI with one simple aim: to bring that FastAPI feeling to GenAI
5565
data-bwignore="true"
5666
/>
5767
<input type="hidden" id="source_input" name="source" value="pydantic-ai" />
58-
<button type="submit" class="md-button" style="width: fit-content;">Subscribe</button>
68+
<button type="submit" class="md-button md-button--primary">Subscribe</button>
5969
</form>
6070

6171
## Hello World Example

0 commit comments

Comments
 (0)