Skip to content

Commit d7e991a

Browse files
committed
openai-v2: try dropping datalib optional dependencies from requirements
Since they slow down tests.
1 parent 61641aa commit d7e991a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation-genai/opentelemetry-instrumentation-openai-v2/tests/requirements.oldest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This variant of the requirements aims to test the system using
1616
# the oldest supported version of external dependencies.
1717

18-
openai[datalib]==1.26.0
18+
openai==1.26.0
1919
pydantic==2.8.2
2020
httpx==0.27.2
2121
Deprecated==1.2.14

0 commit comments

Comments
 (0)