@arizeai/openinference-instrumentation-beeai 1.3.0 → 1.4.0

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.
@@ -6,7 +6,7 @@ import { createTelemetryMiddleware } from "./middleware.js";
6
6
  import { OpenInferenceSpanKind } from "@arizeai/openinference-semantic-conventions";
7
7
  import { satisfies } from "semver";
8
8
  const MODULE_NAME = "beeai-framework";
9
- const INSTRUMENTS = [">=0.1.9 <0.1.12"];
9
+ const INSTRUMENTS = [">=0.1.9 <0.1.14"];
10
10
  /**
11
11
  * Flag to check if the openai module has been patched
12
12
  * Note: This is a fallback in case the module is made immutable (e.x. Deno, webpack, etc.)