Skip to content

Commit 49f8bd9

Browse files
authored
Fix python dep version (#853)
1 parent cc8da0b commit 49f8bd9

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed
Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1+
############################################################
2+
# Runtime & test dependencies (fully pinned)
3+
# Snapshot date: 2025-10-13
4+
# To update: bump desired lines & reinstall
5+
############################################################
16
Flask[async]==3.0.0
27
flask-sock==0.7.0
3-
openai>=1.0.0
4-
websockets>=11.0.0
5-
flask-cors>=4.0.0
6-
azure-storage-blob>=12.14.0
7-
azure-messaging-webpubsubservice>=1.0.0
8-
azure-identity>=1.15.0
9-
asgiref>=3.7.2
10-
python-dotenv>=1.0.0
11-
azure-data-tables>=12.5.0
12-
pytest>=8.0.0
13-
pytest-asyncio>=0.23.0
8+
openai==1.99.9
9+
websockets==11.0
10+
flask-cors==6.0.1
11+
azure-storage-blob==12.26.0
12+
azure-messaging-webpubsubservice==1.2.2
13+
azure-identity==1.23.0
14+
asgiref==3.9.1
15+
python-dotenv==1.0.1
16+
azure-data-tables==12.7.0
17+
pytest==8.3.2
18+
pytest-asyncio==0.23.8

0 commit comments

Comments
 (0)