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 4719056 commit b2b2a0cCopy full SHA for b2b2a0c
1 file changed
patch_python_package.py
@@ -5,7 +5,7 @@
5
import toml
6
7
patchright_version = os.environ.get('playwright_version')
8
-# patchright_version = "1.52.2"
+patchright_version = "1.52.3"
9
10
def patch_file(file_path: str, patched_tree: ast.AST) -> None:
11
with open(file_path, "w") as f:
0 commit comments