Skip to content

Commit 5f8df37

Browse files
committed
chore: roll to 1.60.0-beta-1778142790000
1 parent 7f3839f commit 5f8df37

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
66
| :--- | :---: | :---: | :---: |
77
| Chromium <!-- GEN:chromium-version -->148.0.7778.96<!-- GEN:stop --> ||||
88
| WebKit <!-- GEN:webkit-version -->26.4<!-- GEN:stop --> ||||
9-
| Firefox <!-- GEN:firefox-version -->150.0.1<!-- GEN:stop --> ||||
9+
| Firefox <!-- GEN:firefox-version -->150.0.2<!-- GEN:stop --> ||||
1010

1111
## Documentation
1212

scripts/documentation_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def inner_serialize_doc_type(self, type: Any, direction: str) -> str:
474474
return f"Union[{', '.join(ll)}]"
475475

476476
type_name = type["name"]
477-
if type_name in ("path", "Path"):
477+
if type_name == "path":
478478
if direction == "in":
479479
return "Union[pathlib.Path, str]"
480480
else:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import zipfile
2222
from typing import Dict
2323

24-
driver_version = "1.60.0-alpha-1778075025000"
24+
driver_version = "1.60.0-beta-1778142790000"
2525

2626
base_wheel_bundles = [
2727
{

0 commit comments

Comments
 (0)