Skip to content

Commit 2da99fd

Browse files
committed
package updates
1 parent f6802bf commit 2da99fd

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,26 @@
22
# Azure AI Foundry backed, deployed on Azure App Service
33

44
# Core dependencies
5-
flask==3.0.0
5+
flask==3.1.3
66
flask-socketio==5.3.6
77
python-dotenv==1.0.0
88

99
# Azure OpenAI Assistants API
1010
openai>=1.30.0
11-
azure-identity>=1.15.0
11+
azure-core>=1.38.0
12+
azure-identity>=1.16.1
1213
aiohttp>=3.9.0
1314

1415
# Production WSGI server for Azure deployment
1516
gunicorn>=21.2.0
1617
eventlet>=0.35.1
1718

1819
# DocuSign
19-
cryptography==41.0.7
20-
requests==2.31.0
20+
cryptography==46.0.6
21+
requests==2.33.0
2122

2223
# Streamlit for web UI
23-
streamlit==1.29.0
24+
streamlit==1.54.0
2425
pandas>=2.0.0
2526

2627
# Development dependencies

0 commit comments

Comments
 (0)