Skip to content

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.

Co-authored-by: pamelafox <297042+pamelafox@users.noreply.github.com>
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 finished work on behalf of pamelafox November 4, 2025 19:40
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