Skip to content
Closed
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
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Web framework
fastapi==0.109.0
uvicorn[standard]==0.27.0
python-multipart==0.0.6
python-multipart==0.0.22

# Azure SDKs
azure-identity==1.15.0
azure-identity==1.16.1
azure-storage-blob==12.19.0
azure-search-documents==11.4.0
openai==1.12.0

# LangChain
langchain==0.1.5
langchain==0.3.0.dev1
langchain-openai==0.0.5
langchain-community==0.0.17
langchain-community==0.3.27

# Document processing
pypdf==4.0.1
pypdf==6.9.1
python-docx==1.1.0
beautifulsoup4==4.12.3
tiktoken==0.5.2
Expand Down