Skip to content

Commit 46e8011

Browse files
authored
remove beta label (#1112)
1 parent 6a1ca40 commit 46e8011

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ Provides the ability to [stream](https://ai.pydantic.dev/results/#streamed-resul
6161
* __Graph Support__
6262
[Pydantic Graph](https://ai.pydantic.dev/graph) 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.
6363

64-
## In Beta!
65-
66-
PydanticAI is in early beta, the API is still subject to change and there's a lot more to do.
67-
[Feedback](https://github.com/pydantic/pydantic-ai/issues) is very welcome!
68-
6964
## Hello World Example
7065

7166
Here's a minimal example of PydanticAI:

docs/graph.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ While this library is developed as part of PydanticAI; it has no dependency on `
2020

2121
`pydantic-graph` is designed for advanced users and makes heavy use of Python generics and type hints. It is not designed to be as beginner-friendly as PydanticAI.
2222

23-
!!! note "Very Early beta"
24-
Graph support was [introduced](https://github.com/pydantic/pydantic-ai/pull/528) in v0.0.19 and is in a very early beta. The API is subject to change. The documentation is incomplete. The implementation is incomplete.
25-
2623
## Installation
2724

2825
`pydantic-graph` is a required dependency of `pydantic-ai`, and an optional dependency of `pydantic-ai-slim`, see [installation instructions](install.md#slim-install) for more information. You can also install it directly:

docs/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ Provides the ability to [stream](results.md#streamed-results) LLM outputs contin
3838
* __Graph Support__:
3939
[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.
4040

41-
!!! example "In Beta"
42-
PydanticAI is in early beta, the API is still subject to change and there's a lot more to do.
43-
[Feedback](https://github.com/pydantic/pydantic-ai/issues) is very welcome!
44-
4541
## Hello World Example
4642

4743
Here's a minimal example of PydanticAI:

0 commit comments

Comments
 (0)