Skip to content

Commit d114213

Browse files
authored
Merge pull request #1872 from dandi/fix-dailies
Add aiohttp dependency with version constraint
2 parents 80b2dc2 + 8dcf296 commit d114213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ dependencies = [
5151
"click-didyoumean",
5252
"dandischema ~= 0.12.0",
5353
"etelemetry >= 0.2.2",
54-
5554
"fasteners",
5655
"fscacher >= 0.3.0",
5756
# 3.14.4: https://github.com/hdmf-dev/hdmf/issues/1186
@@ -100,6 +99,7 @@ style = [
10099
"pre-commit",
101100
]
102101
test = [
102+
"aiohttp < 3.14", # See https://github.com/kevin1024/vcrpy/issues/995
103103
"anys ~= 0.2",
104104
"coverage",
105105
# Workaround for VideoWriter regression in 4.13.0.90 on Intel macOS

0 commit comments

Comments
 (0)