We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14494ff commit bf0e668Copy full SHA for bf0e668
1 file changed
patch_python_package.py
@@ -5,6 +5,7 @@
5
import toml
6
7
patchright_version = os.environ.get('playwright_version')
8
+patchright_version = "1.52.2"
9
10
def patch_file(file_path: str, patched_tree: ast.AST) -> None:
11
with open(file_path, "w") as f:
0 commit comments