Skip to content

Commit 4838e79

Browse files
committed
chore(bootstrap): require openai-agents>=0.3.2 for openai-agents instrumentation (barebones)
1 parent 63910a4 commit 4838e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
libraries = [
1919
{
20-
"library": "openai >= 1.26.0",
20+
"library": "openai-agents >= 0.3.2",
2121
"instrumentation": "opentelemetry-instrumentation-openai-agents==0.1.0.dev",
2222
},
2323
{

0 commit comments

Comments
 (0)