We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602ebc1 commit 22faef8Copy full SHA for 22faef8
1 file changed
ddev/hatch.toml
@@ -10,6 +10,8 @@ e2e-env = false
10
dependencies = [
11
"pyyaml",
12
"vcrpy",
13
+ # vcrpy uses aiohttp.streams.AsyncStreamReaderMixin, removed in aiohttp 3.14
14
+ "aiohttp<3.14",
15
]
16
# TODO: remove this when the old CLI is gone
17
pre-install-commands = [
0 commit comments