Skip to content

Commit fb8b47d

Browse files
Copilotlmolkova
andauthored
fix: resolve Deprecated/wrapt conflict and add changelog entries
- Bump Deprecated to 1.3.1 in openai-v2 and vertexai requirements.latest.txt to resolve conflict with wrapt==2.1.2 (Deprecated<1.3.0 requires wrapt<2) - Add changelog entries for all 4 affected packages (anthropic, openai-v2, langchain, vertexai) Assisted-by: Claude Opus 4.6 Agent-Logs-Url: https://github.com/open-telemetry/opentelemetry-python-contrib/sessions/1b66cb2e-9b29-4111-a5e1-cede00b74efb Co-authored-by: lmolkova <2347409+lmolkova@users.noreply.github.com>
1 parent 17872b3 commit fb8b47d

6 files changed

Lines changed: 12 additions & 2 deletions

File tree

instrumentation-genai/opentelemetry-instrumentation-anthropic/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- Fix compatibility with wrapt 2.x by using positional arguments in `wrap_function_wrapper()` calls
11+
([#4445](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4445))
12+
1013
### Added
1114

1215
- Add async Anthropic message stream wrappers and manager wrappers, with wrapper

instrumentation-genai/opentelemetry-instrumentation-langchain/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- Fix compatibility with wrapt 2.x by using positional arguments in `wrap_function_wrapper()` calls
11+
([#4445](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4445))
1012
- Added span support for genAI langchain llm invocation.
1113
([#3665](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3665))
1214
- Added support to call genai utils handler for langchain LLM invocations.

instrumentation-genai/opentelemetry-instrumentation-openai-v2/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- Fix compatibility with wrapt 2.x by using positional arguments in `wrap_function_wrapper()` calls
11+
([#4445](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4445))
1012
- Fix `ChoiceBuffer` crash on streaming tool-call deltas with `arguments=None`
1113
([#4350](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4350))
1214
- Fix `StreamWrapper` missing `.headers` and other attributes when using `with_raw_response` streaming

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pydantic==2.12.5
4141
httpx==0.27.2
4242
# older jiter is required for PyPy < 3.11
4343
jiter==0.11.1
44-
Deprecated==1.2.14
44+
Deprecated==1.3.1
4545
importlib-metadata==6.11.0
4646
packaging==24.0
4747
pytest==7.4.4

instrumentation-genai/opentelemetry-instrumentation-vertexai/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- Fix compatibility with wrapt 2.x by using positional arguments in `wrap_function_wrapper()` calls
11+
([#4445](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4445))
12+
1013
## Version 2.2b0 (2025-12-19)
1114
- Fix overwritten log attributes in vertexai instrumentation
1215
([#3925](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3925))

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ asgiref==3.8.1
4141
cachetools==5.5.0
4242
certifi==2024.8.30
4343
charset-normalizer==3.4.0
44-
Deprecated==1.2.15
44+
Deprecated==1.3.1
4545
docstring_parser==0.16
4646
exceptiongroup==1.2.2
4747
google-api-core[grpc, async_rest]==2.23.0

0 commit comments

Comments
 (0)