Skip to content

Commit 713e2b3

Browse files
committed
Fix test failure in python 3.11 & 3.12
Change-Id: I7a4c56eedc36a18dc6f793f563b0c28638946e2a Co-developed-by: Cursor <[email protected]>
1 parent f74926c commit 713e2b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instrumentation-loongsuite/loongsuite-instrumentation-dashscope/tests/requirements.latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pytest-asyncio==0.21.0
4040
pytest-vcr==1.0.2
4141
vcrpy>=4.2.0
4242
pyyaml>=6.0
43-
wrapt==1.16.0
43+
wrapt==1.17.3
4444

4545
-e opentelemetry-instrumentation
4646
-e instrumentation-loongsuite/loongsuite-instrumentation-dashscope

instrumentation-loongsuite/loongsuite-instrumentation-dashscope/tests/requirements.oldest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pytest-asyncio==0.21.0
2121
pytest-vcr==1.0.2
2222
vcrpy>=4.2.0
2323
pyyaml>=6.0
24-
wrapt==1.16.0
24+
wrapt==1.17.3
2525
opentelemetry-exporter-otlp-proto-http~=1.30
2626
opentelemetry-api==1.37
2727
opentelemetry-sdk==1.37

0 commit comments

Comments
 (0)