Skip to content

Commit fa35a20

Browse files
committed
fix: update wokwi-client dependency to require a minimum version
1 parent 7453c82 commit fa35a20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pytest-embedded-wokwi/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ requires-python = ">=3.7"
3535
dependencies = [
3636
"pytest-embedded~=1.17.0a2",
3737
"toml~=0.10.2",
38-
# Temporary workaround - will be fixed for stable release
39-
"wokwi-client",
38+
"wokwi-client>=0.1.1",
4039
]
4140

4241
[project.optional-dependencies]

0 commit comments

Comments
 (0)