Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies = [
"typing-extensions==4.8.0",

# ASGI server and middleware
"starlette==0.27.0",
"starlette==1.0.0",

# System monitoring
"psutil==5.9.6",
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements-docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
fastapi==0.104.1
uvicorn[standard]==0.24.0
python-multipart==0.0.6
starlette==0.27.0
starlette==1.0.0

# WebSocket Support
websockets==12.0
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements-ocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
fastapi==0.104.1
uvicorn[standard]==0.24.0
python-multipart==0.0.6
starlette==0.27.0
starlette==1.0.0

# Data Handling / Validation
pydantic==2.5.0
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ playwright==1.40.0
pytest-playwright==0.4.3

# ASGI server and middleware
starlette==0.27.0
starlette==1.0.0

# System monitoring
psutil==5.9.6
Expand Down
Loading