Skip to content

Commit 20de8c5

Browse files
authored
Relax version constraint for playwright module (#1516)
Resolves #1513
1 parent b5853eb commit 20de8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"numpy",
3333
"openai>=1.0.0",
3434
"pandas",
35-
"playwright==1.32.1",
35+
"playwright",
3636
"pydantic",
3737
"pytest",
3838
"pyyaml",

0 commit comments

Comments
 (0)