Skip to content

Commit 7453c82

Browse files
committed
fix: update wokwi-client dependency to use stable release
1 parent e6f0697 commit 7453c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest-embedded-wokwi/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ requires-python = ">=3.7"
3535
dependencies = [
3636
"pytest-embedded~=1.17.0a2",
3737
"toml~=0.10.2",
38-
# Temporary workaround for Wokwi client - will be redirected to the official repo
39-
"wokwi-client @ git+https://github.com/JakubAndrysek/wokwi-python-client.git@add-sync-client",
38+
# Temporary workaround - will be fixed for stable release
39+
"wokwi-client",
4040
]
4141

4242
[project.optional-dependencies]

0 commit comments

Comments
 (0)