We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6802bf commit 2da99fdCopy full SHA for 2da99fd
1 file changed
requirements.txt
@@ -2,25 +2,26 @@
2
# Azure AI Foundry backed, deployed on Azure App Service
3
4
# Core dependencies
5
-flask==3.0.0
+flask==3.1.3
6
flask-socketio==5.3.6
7
python-dotenv==1.0.0
8
9
# Azure OpenAI Assistants API
10
openai>=1.30.0
11
-azure-identity>=1.15.0
+azure-core>=1.38.0
12
+azure-identity>=1.16.1
13
aiohttp>=3.9.0
14
15
# Production WSGI server for Azure deployment
16
gunicorn>=21.2.0
17
eventlet>=0.35.1
18
19
# DocuSign
-cryptography==41.0.7
20
-requests==2.31.0
+cryptography==46.0.6
21
+requests==2.33.0
22
23
# Streamlit for web UI
-streamlit==1.29.0
24
+streamlit==1.54.0
25
pandas>=2.0.0
26
27
# Development dependencies
0 commit comments