Skip to content

Commit 24961ec

Browse files
Merge pull request #178 from microsoft/psl-package-update
pakcage update for openai and httpx
2 parents 8395289 + 6e76797 commit 24961ec

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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

0 commit comments

Comments
 (0)