mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
feat: Playwright 1.52.0+ support #5529
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @paul-nightforge-systems on GitHub (Jun 12, 2025).
Check Existing Issues
Problem Description
Currently it appears that the included version of the playwright client in the image is 1.49.1, and on this version you get a chromium version of 121 which was first released in February of 2024. This put's you almost a year and a half out of date on browser updates.
Desired Solution you'd like
Could you please include playwright client v1.52.0 (unfortunately it looks like there's no PyPI package available that supports 1.53.0 yet) in the next official main branch image or sometime in the near future?
Looks like the version is set here to 1.49.1: https://github.com/open-webui/open-webui/blob/main/backend/requirements.txt
Alternatives Considered
I'm working on getting this working myself right now through an entrypoint script and may move on from there into modifying the codebase myself, but it would be nice to have this done officially.
Additional Context
No response
@paul-nightforge-systems commented on GitHub (Jun 13, 2025):
I was able to get this working fine using a custom docker image built on top of the official main image for 0.6.14.