diff --git a/src/App/requirements-dev.txt b/src/App/requirements-dev.txt index 6e4233daf..c60bcf2c3 100644 --- a/src/App/requirements-dev.txt +++ b/src/App/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements.txt -azure-identity==1.23.1 -openai==1.98.0 +azure-identity==1.24.0 +openai==1.102.0 azure-search-documents==11.6.0b12 azure-storage-blob==12.26.0 python-dotenv==1.1.1 diff --git a/src/App/requirements.txt b/src/App/requirements.txt index 1ef97e916..b220fae97 100644 --- a/src/App/requirements.txt +++ b/src/App/requirements.txt @@ -1,7 +1,7 @@ # Core requirements -azure-identity==1.23.1 +azure-identity==1.24.0 # Flask[async]==2.3.2 -openai==1.98.0 +openai==1.102.0 azure-storage-blob==12.26.0 python-dotenv==1.1.1 azure-cosmos==4.9.0 @@ -39,4 +39,4 @@ opentelemetry-sdk==1.36.0 opentelemetry-api==1.36.0 opentelemetry-semantic-conventions==0.57b0 opentelemetry-instrumentation==0.57b0 -azure-monitor-opentelemetry==1.6.13 \ No newline at end of file +azure-monitor-opentelemetry==1.7.0 \ No newline at end of file