Skip to content

Commit 1b57359

Browse files
committed
Update to 1.54.0 proper
1 parent aa63684 commit 1b57359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
55
| | Linux | macOS | Windows |
66
| :--- | :---: | :---: | :---: |
77
| Chromium <!-- GEN:chromium-version -->139.0.7258.5<!-- GEN:stop --> ||||
8-
| WebKit <!-- GEN:webkit-version -->18.5<!-- GEN:stop --> ||||
8+
| WebKit <!-- GEN:webkit-version -->26.0<!-- GEN:stop --> ||||
99
| Firefox <!-- GEN:firefox-version -->140.0.2<!-- GEN:stop --> ||||
1010

1111
## Documentation

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.54.0-alpha-2025-07-09"
24+
driver_version = "1.54.0"
2525

2626
base_wheel_bundles = [
2727
{

0 commit comments

Comments
 (0)