Skip to content

Commit 0222a98

Browse files
Update dependency wrapt to v2.4.1 (#696)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d84b07 commit 0222a98

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sphinx-autodoc-typehints==3.13.6
44

55
# Required by opentelemetry-util-genai
66
fsspec>=2026.7.0
7-
wrapt>=2.2.2,<3.0.0
7+
wrapt>=2.4.1,<3.0.0
88

99
# Required by instrumentation packages
1010
agno>=2.9.0

instrumentation/opentelemetry-instrumentation-genai-agno/tests/requirements.latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# the newest supported version of external dependencies.
3939

4040
agno~=2.9.0
41-
wrapt>=2.2.2
41+
wrapt>=2.4.1
4242
fastapi
4343
# test with the latest version of opentelemetry-api, sdk, semantic conventions, and instrumentation
4444

instrumentation/opentelemetry-instrumentation-genai-anthropic/tests/requirements.latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# the newest supported version of external dependencies.
3939

4040
anthropic <2
41-
wrapt==2.2.2
41+
wrapt==2.4.1
4242
# test with the latest version of opentelemetry-api, sdk, semantic conventions, and instrumentation
4343

4444
-e util/opentelemetry-util-genai

instrumentation/opentelemetry-instrumentation-genai-claude-agent-sdk/tests/requirements.latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# the newest supported version of external dependencies.
3939

4040
claude-agent-sdk~=0.2.152
41-
wrapt==2.2.2
41+
wrapt==2.4.1
4242
# test with the latest version of opentelemetry-api, sdk, semantic conventions, and instrumentation
4343

4444
-e util/opentelemetry-util-genai

instrumentation/opentelemetry-instrumentation-genai-llama-index/tests/requirements.latest.txt

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

4040
llama-index-core~=0.14.24
4141
llama-index-llms-openai
42-
wrapt==2.2.2
42+
wrapt==2.4.1
4343
-e instrumentation/opentelemetry-instrumentation-genai-openai
4444
# test with the latest version of opentelemetry-api, sdk, semantic conventions, and instrumentation
4545

instrumentation/opentelemetry-instrumentation-genai-openai-agents/tests/requirements.latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ httpx==0.28.1
4444
Deprecated==1.3.1
4545
importlib-metadata==9.0.1
4646
packaging==26.3
47-
wrapt==2.2.2
47+
wrapt==2.4.1
4848
# test with the latest version of opentelemetry-api, sdk, semantic conventions, and instrumentation
4949
grpcio>=1.83.1; implementation_name != "pypy"
5050
grpcio<1.83.2; implementation_name == "pypy"

instrumentation/opentelemetry-instrumentation-genai-openai/tests/requirements.latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ httpx2==2.12.0
4444
Deprecated==1.3.1
4545
importlib-metadata==9.0.1
4646
packaging==26.3
47-
wrapt==2.2.2
47+
wrapt==2.4.1
4848
# test with the latest version of opentelemetry-api, sdk, semantic conventions, and instrumentation
4949

5050
-e instrumentation/opentelemetry-instrumentation-genai-openai

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ opentelemetry-instrumentation-httpx==0.64b0
4646
Deprecated==1.3.1
4747
importlib-metadata==9.0.1
4848
packaging==26.3
49-
wrapt==2.2.2
49+
wrapt==2.4.1
5050
# test with the latest version of opentelemetry-api, sdk, semantic conventions, and instrumentation
5151

5252
-e instrumentation/opentelemetry-instrumentation-genai-openai

instrumentation/opentelemetry-instrumentation-genai-portkey/tests/requirements.latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# the newest supported version of external dependencies.
3939

4040
portkey-ai==2.3.4
41-
wrapt>=1.14.0
41+
wrapt>=2.4.1
4242

4343
-e util/opentelemetry-util-genai
4444
-e instrumentation/opentelemetry-instrumentation-genai-portkey

instrumentation/opentelemetry-instrumentation-genai-qwen-agent/tests/requirements.latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ numpy
4545
soundfile==0.14.0
4646
python-dateutil==2.9.0.post0
4747
tqdm==4.70.1
48-
wrapt==2.2.2
48+
wrapt==2.4.1
4949
# test with the latest version of opentelemetry-api, sdk, semantic conventions, and instrumentation
5050

5151
-e util/opentelemetry-util-genai

0 commit comments

Comments
 (0)