diff --git a/pyproject.toml b/pyproject.toml index 384e9008f8..54892eed30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,10 +47,10 @@ dependencies = [ "opentelemetry-exporter-otlp", "opentelemetry-semantic-conventions", "openinference-semantic-conventions>=0.1.9", - "openinference-instrumentation", - "openinference-instrumentation-langchain>=0.1.12", - "openinference-instrumentation-llama-index>=1.2.0", - "openinference-instrumentation-openai>=0.1.4", + "openinference-instrumentation>=0.1.12", + "openinference-instrumentation-langchain>=0.1.26", + "openinference-instrumentation-llama-index>=2.2.1", + "openinference-instrumentation-openai>=0.1.11", "sqlalchemy[asyncio]>=2.0.4, <3", "alembic>=1.3.0, <2", "aiosqlite",