From f4d593414196d6ffceb69b077606a9d3a79d576f Mon Sep 17 00:00:00 2001 From: Ed Clark Date: Mon, 20 Apr 2026 07:50:41 -0400 Subject: [PATCH 1/2] Upgrade requests requirement --- application/single_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/single_app/requirements.txt b/application/single_app/requirements.txt index 48aa0877..86825245 100644 --- a/application/single_app/requirements.txt +++ b/application/single_app/requirements.txt @@ -5,7 +5,7 @@ Flask==3.1.3 Flask-WTF==1.2.1 gunicorn==25.0.3 Werkzeug==3.1.6 -requests==2.33.0 +requests==2.33.1 openai==1.109.1 docx2txt==0.8 olefile==0.47 From a2d633ad874bd974357598a37f50d80886be0c8c Mon Sep 17 00:00:00 2001 From: Ed Clark Date: Mon, 20 Apr 2026 08:01:46 -0400 Subject: [PATCH 2/2] Add release notes --- docs/explanation/release_notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/explanation/release_notes.md b/docs/explanation/release_notes.md index da34cbad..4c350feb 100644 --- a/docs/explanation/release_notes.md +++ b/docs/explanation/release_notes.md @@ -8,6 +8,10 @@ For feature-focused and fix-focused drill-downs by version, see [Features by Ver #### Bug Fixes +* **Requests Runtime Dependency Upgrade** + * Updated the runtime HTTP client dependency from `requests==2.33.0` to `requests==2.33.1` in the main application requirements to keep deployment environments aligned with the latest pinned patch release. + * (Ref: `application/single_app/requirements.txt`) + * **Speech and Video Indexer Setup Guidance Alignment** * Fixed stale admin guidance around Azure AI Video Indexer and shared Azure Speech configuration so managed-identity setup no longer points admins toward legacy Video Indexer API keys or incomplete Speech instructions. * The admin experience now reflects the shared Speech resource model, adds Speech Resource ID helper fields, and keeps managed-identity voice-response requirements aligned with runtime behavior.