diff --git a/README.md b/README.md index 8a4afeab0a..92c38bf25f 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,6 @@ Provides the ability to [stream](https://ai.pydantic.dev/results/#streamed-resul * __Graph Support__ [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. -## In Beta! - -PydanticAI is in early beta, the API is still subject to change and there's a lot more to do. -[Feedback](https://github.com/pydantic/pydantic-ai/issues) is very welcome! - ## Hello World Example Here's a minimal example of PydanticAI: diff --git a/docs/graph.md b/docs/graph.md index b30a5f2b7b..2614b339b2 100644 --- a/docs/graph.md +++ b/docs/graph.md @@ -20,9 +20,6 @@ While this library is developed as part of PydanticAI; it has no dependency on ` `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. -!!! note "Very Early beta" - 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. - ## Installation `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: diff --git a/docs/index.md b/docs/index.md index 03bb4e1063..abfb0dd770 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,10 +38,6 @@ Provides the ability to [stream](results.md#streamed-results) LLM outputs contin * __Graph Support__: [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. -!!! example "In Beta" - PydanticAI is in early beta, the API is still subject to change and there's a lot more to do. - [Feedback](https://github.com/pydantic/pydantic-ai/issues) is very welcome! - ## Hello World Example Here's a minimal example of PydanticAI: