opentelemetry-instrumentation-vertexai 0.25.1__tar.gz → 0.25.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of opentelemetry-instrumentation-vertexai might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: opentelemetry-instrumentation-vertexai
3
- Version: 0.25.1
3
+ Version: 0.25.3
4
4
  Summary: OpenTelemetry Vertex AI instrumentation
5
5
  Home-page: https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-vertexai
6
6
  License: Apache-2.0
@@ -254,7 +254,7 @@ async def _awrap(tracer, to_wrap, wrapped, instance, args, kwargs):
254
254
  if context_api.get_value(_SUPPRESS_INSTRUMENTATION_KEY) or context_api.get_value(
255
255
  SUPPRESS_LANGUAGE_MODEL_INSTRUMENTATION_KEY
256
256
  ):
257
- return wrapped(*args, **kwargs)
257
+ return await wrapped(*args, **kwargs)
258
258
 
259
259
  llm_model = "unknown"
260
260
  if hasattr(instance, "_model_id"):
@@ -8,7 +8,7 @@ show_missing = true
8
8
 
9
9
  [tool.poetry]
10
10
  name = "opentelemetry-instrumentation-vertexai"
11
- version = "0.25.1"
11
+ version = "0.25.3"
12
12
  description = "OpenTelemetry Vertex AI instrumentation"
13
13
  authors = [
14
14
  "Gal Kleinman <gal@traceloop.com>",