Skip to content

Commit e265aa7

Browse files
pakcage update for openai and httpx
1 parent 8395289 commit e265aa7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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)