Skip to content

Commit 6428a22

Browse files
authored
Merge pull request #1424 from codeflash-ai/inference-fix
fix: lower pytest-asyncio minimum version to 0.18.0 for roboflow/inference
2 parents cd1f353 + 476682c commit 6428a22

2 files changed

Lines changed: 345 additions & 328 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"pygls>=2.0.0,<3.0.0",
4747
"codeflash-benchmark",
4848
"filelock",
49-
"pytest-asyncio>=1.2.0",
49+
"pytest-asyncio>=0.18.0",
5050
]
5151

5252
[project.urls]

0 commit comments

Comments
 (0)