Skip to content

Commit 1f70347

Browse files
authored
Upgrade requests requirement (#873)
* Upgrade requests requirement * Add release notes
1 parent 9957673 commit 1f70347

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

application/single_app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Flask==3.1.3
55
Flask-WTF==1.2.1
66
gunicorn==25.0.3
77
Werkzeug==3.1.6
8-
requests==2.33.0
8+
requests==2.33.1
99
openai==1.109.1
1010
docx2txt==0.8
1111
olefile==0.47

docs/explanation/release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,10 @@ For feature-focused and fix-focused drill-downs by version, see [Features by Ver
10681068

10691069
#### Bug Fixes
10701070

1071+
* **Requests Runtime Dependency Upgrade**
1072+
* 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.
1073+
* (Ref: `application/single_app/requirements.txt`)
1074+
10711075
* **Speech and Video Indexer Setup Guidance Alignment**
10721076
* 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.
10731077
* 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.

0 commit comments

Comments
 (0)