Skip to content

Bump azure-storage-blob from 12.22.0 to 12.27.0#2821

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/update-azure-storage-blob-version
Draft

Bump azure-storage-blob from 12.22.0 to 12.27.0#2821
Copilot wants to merge 2 commits intomainfrom
copilot/update-azure-storage-blob-version

Conversation

Copy link
Contributor

Copilot AI commented Nov 4, 2025

Updates azure-storage-blob to 12.27.0 to get latest features and bug fixes.

Changes

  • requirements.in: Pin to azure-storage-blob==12.27.0
  • requirements.txt: Regenerated with new version using uv pip compile
  • tests/mocks.py: Updated mock responses for compatibility with 12.27.0's streaming implementation
    • Added MockContentReader with read(), exception(), and set_exception() methods
    • Added _loop and content attributes to MockAiohttpClientResponse classes

The newer version of azure-storage-blob requires aiohttp response mocks to implement the streaming content reader interface used during blob downloads. The mock implementation provides the minimal interface needed for existing tests to pass.

Original prompt

Bump azure-storage-blob from 12.22.0 to 12.27.0 in the requirements.in and requirements.txt


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Update azure-storage-blob to version 12.27.0 Bump azure-storage-blob from 12.22.0 to 12.27.0 Nov 4, 2025
Copilot AI requested a review from pamelafox November 4, 2025 19:40
Copilot AI and others added 2 commits February 6, 2026 10:58
- Update azure-storage-blob from 12.22.0 to 12.27.0 in requirements.in
- Fix MockStreamReader class to add content attribute and exception() method
- Add _loop attribute to mock aiohttp ClientResponse classes

The new azure-storage-blob version requires additional attributes on the mock
aiohttp responses for proper streaming support.
@pamelafox pamelafox force-pushed the copilot/update-azure-storage-blob-version branch from 578e7e8 to 1cfc83b Compare February 6, 2026 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants