diff --git a/requirements-dev.txt b/requirements-dev.txt index 7e6082fa..e091fa57 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,5 +14,4 @@ pytest-playwright pytest-snapshot locust psycopg2 -azure-mgmt-cognitiveservices dotenv-azd diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index acaca112..139a48da 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -15,9 +15,9 @@ dependencies = [ "tiktoken>=0.7.0,<0.8.0", "openai-messages-token-helper>=0.1.8,<0.2.0", "azure-monitor-opentelemetry>=1.6.0,<2.0.0", - "opentelemetry-instrumentation-sqlalchemy>=0.46b0,<1.0.0", - "opentelemetry-instrumentation-aiohttp-client>=0.46b0,<1.0.0", - "opentelemetry-instrumentation-openai>=0.25.6,<1.0.0", + "opentelemetry-instrumentation-sqlalchemy==0.48b0", + "opentelemetry-instrumentation-aiohttp-client==0.48b0", + "opentelemetry-instrumentation-openai==0.33.9", ] [build-system]