Skip to content

Commit 4cd7022

Browse files
committed
Unify compatibility notes text
1 parent 6cea471 commit 4cd7022

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: The Durable OpenAI Agents integration has been validated with the OpenAI packages pinned in the sample application's `samples-v2/openai_agents/requirements.txt` (currently `openai==1.107.3` and `openai-agents==0.3.0`). Because the OpenAI packages release frequently and may introduce breaking API or behavioral changes, we recommend pinning to those versions if you face unexpected issues before reporting a bug.
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.

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 has been tested with the exact OpenAI package versions defined 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 and newer releases may introduce breaking changes. If you encounter unexpected errors, try pinning to those specific versions first to verify whether the issue is due to a version mismatch before filing an issue.
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.
6060
6161
### Configuring Durable Task Scheduler Backend
6262

0 commit comments

Comments
 (0)