Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion application/single_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requests is bumped here, but other app requirement files in the repo are still pinned to requests==2.33.0 (e.g., application/external_apps/bulkloader/requirements.txt and application/external_apps/databaseseeder/requirements.txt). If the motivation is airgap mirror availability (2.33.0 missing), those components will still fail to build/install in the same environment. Consider updating those pins as part of this PR or centralizing the requests version via a shared constraints file to keep them in sync.

Copilot uses AI. Check for mistakes.
Comment thread
clarked-msft marked this conversation as resolved.
openai==1.109.1
docx2txt==0.8
olefile==0.47
Expand Down
4 changes: 4 additions & 0 deletions docs/explanation/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading