Skip to content

Commit 60d537a

Browse files
committed
Update compatibility notes in README and getting started guide for Durable OpenAI Agents
1 parent 4cd7022 commit 60d537a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/openai_agents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ The Durable OpenAI Agents integration combines the familiar OpenAI Agents SDK wi
1919
- [Getting Started](getting-started.md) - Setup and your first durable agent
2020
- [Reference](reference.md) - Complete reference documentation
2121

22-
> Compatibility note: This integration is validated with the exact OpenAI package versions pinned in the sample app at `samples-v2/openai_agents/requirements.txt` (currently `openai==1.107.3` and `openai-agents==0.3.0`). The OpenAI ecosystem evolves quickly; if you hit unexpected issues, first pin to these versions to rule out a version mismatch before filing an issue.
22+
> Dependency & compatibility: The `azure-functions-durable` package does NOT declare `openai` or `openai-agents` as dependencies. If you need Durable OpenAI Agents, explicitly add `openai` and `openai-agents` to your `requirements.txt` (see `samples-v2/openai_agents/requirements.txt`). This integration is validated with the versions currently pinned there (`openai==1.107.3`, `openai-agents==0.3.0`). Because the OpenAI ecosystem changes rapidly, if you encounter issues, first pin to these versions to rule out a version mismatch before filing an issue.

docs/openai_agents/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Then install them:
5656
pip install -r requirements.txt
5757
```
5858

59-
> Compatibility note: This integration is validated with the exact OpenAI package versions pinned in the sample app at `samples-v2/openai_agents/requirements.txt` (currently `openai==1.107.3` and `openai-agents==0.3.0`). The OpenAI ecosystem evolves quickly; if you hit unexpected issues, first pin to these versions to rule out a version mismatch before filing an issue.
59+
> Dependency & compatibility: The `azure-functions-durable` package does NOT declare `openai` or `openai-agents` as dependencies. If you need Durable OpenAI Agents, explicitly add `openai` and `openai-agents` to your `requirements.txt` (see `samples-v2/openai_agents/requirements.txt`). This integration is validated with the versions currently pinned there (`openai==1.107.3`, `openai-agents==0.3.0`). Because the OpenAI ecosystem changes rapidly, if you encounter issues, first pin to these versions to rule out a version mismatch before filing an issue.
6060
6161
### Configuring Durable Task Scheduler Backend
6262

0 commit comments

Comments
 (0)