Commit 013f35c
Add wrapt as explicit dependency to observability packages
observability-core and observability-extensions-langchain both directly
import wrapt (ObjectProxy and wrap_function_wrapper respectively) but
never declared it as a dependency. Users installing observability-core
without an extension package that pulls in opentelemetry-instrumentation
would hit "No module named 'wrapt'" at SDK init time.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ff3bc83 commit 013f35c
4 files changed
Lines changed: 2464 additions & 2457 deletions
File tree
- libraries
- microsoft-agents-a365-observability-core
- microsoft-agents-a365-observability-extensions-langchain
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
0 commit comments