Skip to content

Commit f3f40fe

Browse files
authored
Revert "Add support for durable execution with Prefect" (#3155)
1 parent 89381a2 commit f3f40fe

34 files changed

+9
-7815
lines changed

docs/durable_execution/overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
Pydantic AI allows you to build durable agents that can preserve their progress across transient API failures and application errors or restarts, and handle long-running, asynchronous, and human-in-the-loop workflows with production-grade reliability. Durable agents have full support for [streaming](../agents.md#streaming-all-events) and [MCP](../mcp/client.md), with the added benefit of fault tolerance.
44

5-
Pydantic AI natively supports three durable execution solutions:
5+
Pydantic AI natively supports two durable execution solutions:
66

77
- [Temporal](./temporal.md)
88
- [DBOS](./dbos.md)
9-
- [Prefect](./prefect.md)
109

11-
These integrations only use Pydantic AI's public interface, so they also serve as a reference for integrating with other durable systems.
10+
These integrations only uses Pydantic AI's public interface, so they also serve as a reference for integrating with other durable systems.

docs/durable_execution/prefect.md

Lines changed: 0 additions & 287 deletions
This file was deleted.

docs/install.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ pip/uv-add "pydantic-ai-slim[openai]"
5858
* `a2a` - installs `fasta2a` [PyPI ↗](https://pypi.org/project/fasta2a){:target="_blank"}
5959
* `ag-ui` - installs `ag-ui-protocol` [PyPI ↗](https://pypi.org/project/ag-ui-protocol){:target="_blank"} and `starlette` [PyPI ↗](https://pypi.org/project/starlette){:target="_blank"}
6060
* `dbos` - installs [`dbos`](durable_execution/dbos.md) [PyPI ↗](https://pypi.org/project/dbos){:target="_blank"}
61-
* `prefect` - installs [`prefect`](durable_execution/prefect.md) [PyPI ↗](https://pypi.org/project/prefect){:target="_blank"}
6261

6362
See the [models](models/overview.md) documentation for information on which optional dependencies are required for each model.
6463

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ nav:
6565
- Overview: durable_execution/overview.md
6666
- Temporal: durable_execution/temporal.md
6767
- DBOS: durable_execution/dbos.md
68-
- Prefect: durable_execution/prefect.md
6968
- Agent-User Interaction (AG-UI): ag-ui.md
7069
- Agent2Agent (A2A): a2a.md
7170

pydantic_ai_slim/pydantic_ai/durable_exec/prefect/__init__.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)