Skip to content
Open
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 intelligent-ai-finops/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Backend dependencies — pinned to audited versions (see DEPENDENCIES.md).
# All permissive OSS licenses (MIT / BSD-3-Clause / Apache-2.0); no copyleft.
fastapi==0.141.1 # MIT — web framework (serves ./dist + /api)
uvicorn[standard]==0.52.2 # BSD-3-Clause — ASGI server
uvicorn[standard]==0.52.4 # BSD-3-Clause — ASGI server
databricks-sdk==0.133.0 # Apache-2.0 — workspace auth + Model Serving access
pydantic==2.13.4 # MIT — request/response models
pyyaml==6.0.3 # MIT — reads config/*.yaml
Expand Down