Skip to content

Commit 22faef8

Browse files
lucia-sbclaude
andauthored
Pin aiohttp<3.14 in ddev test dependencies to fix vcrpy compatibility. (#23909)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 602ebc1 commit 22faef8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ddev/hatch.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ e2e-env = false
1010
dependencies = [
1111
"pyyaml",
1212
"vcrpy",
13+
# vcrpy uses aiohttp.streams.AsyncStreamReaderMixin, removed in aiohttp 3.14
14+
"aiohttp<3.14",
1315
]
1416
# TODO: remove this when the old CLI is gone
1517
pre-install-commands = [

0 commit comments

Comments
 (0)