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
38 changes: 29 additions & 9 deletions app/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ anyio==4.4.0
# openai
asgiref==3.8.1
# via opentelemetry-instrumentation-asgi
async-timeout==5.0.1
# via aiohttp
attrs==24.2.0
# via aiohttp
azure-ai-documentintelligence==1.0.0b4
Expand Down Expand Up @@ -96,6 +98,11 @@ deprecated==1.2.14
# opentelemetry-semantic-conventions
distro==1.9.0
# via openai
exceptiongroup==1.3.0
# via
# anyio
# hypercorn
# taskgroup
fixedint==0.1.6
# via azure-monitor-opentelemetry-exporter
flask==3.0.3
Expand All @@ -118,7 +125,7 @@ hpack==4.0.0
# via h2
httpcore==1.0.5
# via httpx
httpx==0.27.0
httpx[http2]==0.27.0
# via
# microsoft-kiota-http
# msgraph-core
Expand All @@ -134,7 +141,10 @@ idna==3.10
# requests
# yarl
importlib-metadata==8.0.0
# via opentelemetry-api
# via
# flask
# opentelemetry-api
# quart
isodate==0.6.1
# via
# azure-ai-documentintelligence
Expand Down Expand Up @@ -318,8 +328,6 @@ packaging==24.1
# opentelemetry-instrumentation-flask
pillow==10.4.0
# via -r requirements.in
portalocker==2.10.1
# via msal-extensions
priority==2.0.0
# via hypercorn
prompty==0.1.50
Expand All @@ -331,14 +339,12 @@ psutil==5.9.8
pycparser==2.22
# via cffi
pydantic==2.8.2
# via
# openai
# prompty
# via openai
pydantic-core==2.20.1
# via pydantic
pygments==2.18.0
# via rich
pyjwt==2.10.1
pyjwt[crypto]==2.10.1
# via
# -r requirements.in
# msal
Expand Down Expand Up @@ -384,12 +390,16 @@ soupsieve==2.6
# via beautifulsoup4
std-uritemplate==2.0.3
# via microsoft-kiota-abstractions
taskgroup==0.2.2
# via hypercorn
tenacity==9.0.0
# via -r requirements.in
tiktoken==0.8.0
# via
# -r requirements.in
# opentelemetry-instrumentation-openai
tomli==2.2.1
# via hypercorn
tqdm==4.66.5
# via openai
types-beautifulsoup4==4.12.0.20240511
Expand All @@ -401,18 +411,28 @@ types-pillow==10.2.0.20240822
typing-extensions==4.13.2
# via
# -r requirements.in
# anyio
# asgiref
# azure-ai-documentintelligence
# azure-core
# azure-cosmos
# azure-identity
# azure-search-documents
# azure-storage-blob
# azure-storage-file-datalake
# exceptiongroup
# hypercorn
# openai
# opentelemetry-sdk
# pydantic
# pydantic-core
urllib3==2.2.2
# pypdf
# quart
# quart-cors
# rich
# taskgroup
# uvicorn
urllib3==2.5.0
# via requests
uvicorn==0.30.6
# via -r requirements.in
Expand Down