Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions app/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ azure-cosmos==4.9.0
azure-identity==1.17.1
# via
# -r requirements.in
# azure-monitor-opentelemetry-exporter
# msgraph-sdk
azure-monitor-opentelemetry==1.6.13
# via -r requirements.in
Expand Down Expand Up @@ -92,10 +93,6 @@ cryptography==44.0.1
# azure-storage-blob
# msal
# pyjwt
deprecated==1.2.14
# via
# opentelemetry-api
# opentelemetry-semantic-conventions
distro==1.9.0
# via openai
exceptiongroup==1.3.0
Expand All @@ -117,11 +114,11 @@ h11==0.16.0
# hypercorn
# uvicorn
# wsproto
h2==4.1.0
h2==4.3.0
# via
# httpx
# hypercorn
hpack==4.0.0
hpack==4.1.0
# via h2
httpcore==1.0.9
# via httpx
Expand All @@ -132,7 +129,7 @@ httpx[http2]==0.27.0
# openai
hypercorn==0.17.3
# via quart
hyperframe==6.0.1
hyperframe==6.1.0
# via h2
idna==3.10
# via
Expand Down Expand Up @@ -426,7 +423,9 @@ typing-extensions==4.13.2
# exceptiongroup
# hypercorn
# openai
# opentelemetry-api
# opentelemetry-sdk
# opentelemetry-semantic-conventions
# pydantic
# pydantic-core
# pypdf
Expand All @@ -445,7 +444,6 @@ werkzeug==3.0.6
# quart
wrapt==1.16.0
# via
# deprecated
# opentelemetry-instrumentation
# opentelemetry-instrumentation-aiohttp-client
# opentelemetry-instrumentation-dbapi
Expand Down
Loading