Skip to content

Commit be3947d

Browse files
authored
feat(python): Add min version notice to OpenAI
1 parent eb02573 commit be3947d

File tree

1 file changed

+7
-0
lines changed
  • docs/platforms/python/integrations/openai

1 file changed

+7
-0
lines changed

docs/platforms/python/integrations/openai/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Once you've installed this SDK, you can use Sentry AI Agents Monitoring, a Sentr
99

1010
Sentry AI Monitoring will automatically collect information about prompts, tools, tokens, and models. Learn more about the [AI Agents Dashboard](/product/insights/ai/agents).
1111

12+
<Alert level="info" title="Latest Features">
13+
14+
AI frameworks are moving fast, and so are our integrations. To get the most out of our AI Agents Monitoring dashboard, we recommend using version 2.41.0 of the Python SDK or newer.
15+
16+
</Alert>
17+
1218
## Install
1319

1420
Install `sentry-sdk` from PyPI with the `openai` extra:
@@ -112,3 +118,4 @@ You can pass the following keyword arguments to `OpenAIIntegration()`:
112118
- OpenAI: 1.0+
113119
- tiktoken: 0.6.0+
114120
- Python: 3.9+
121+
- Sentry Python SDK 2.41.0+

0 commit comments

Comments
 (0)