Skip to content

Commit e757b74

Browse files
Merge pull request #180 from microsoft/dev
Dev to Demo | Package update for open ai and httpx
2 parents 9e3e497 + c9b4bc5 commit e757b74

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

ClientAdvisor/App/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,4 +1642,5 @@ def get_users():
16421642
if conn:
16431643
conn.close()
16441644

1645+
16451646
app = create_app()

ClientAdvisor/App/requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22
azure-identity==1.15.0
3-
openai==1.6.1
3+
openai==1.55.3
44
azure-search-documents==11.4.0b6
55
azure-storage-blob==12.17.0
66
python-dotenv==1.0.0
@@ -11,7 +11,7 @@ aiohttp==3.9.2
1111
gunicorn==20.1.0
1212
quart-session==3.0.0
1313
pymssql==2.3.0
14-
httpx==0.27.0
14+
httpx==0.28.0
1515
flake8==7.1.1
1616
black==24.8.0
1717
autoflake==2.3.1

ClientAdvisor/App/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
azure-identity==1.15.0
22
# Flask[async]==2.3.2
3-
openai==1.6.1
3+
openai==1.55.3
44
azure-search-documents==11.4.0b6
55
azure-storage-blob==12.17.0
66
python-dotenv==1.0.0
@@ -11,7 +11,7 @@ aiohttp==3.9.2
1111
gunicorn==20.1.0
1212
quart-session==3.0.0
1313
pymssql==2.3.0
14-
httpx==0.27.0
14+
httpx==0.28.0
1515
flake8==7.1.1
1616
black==24.8.0
1717
autoflake==2.3.1

ClientAdvisor/AzureFunction/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
azure-functions
66
azurefunctions-extensions-http-fastapi==1.0.0b1
7-
openai==1.6.1
7+
openai==1.55.3
88
semantic_kernel==1.0.4
99
pymssql==2.3.0
1010
azure-search-documents==11.6.0b3

0 commit comments

Comments
 (0)