feat: Playwright 1.52.0+ support #5529

Open
opened 2025-11-11 16:23:37 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @paul-nightforge-systems on GitHub (Jun 12, 2025).

Check Existing Issues

  • I have searched the existing issues and discussions.

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

Originally created by @paul-nightforge-systems on GitHub (Jun 12, 2025). ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### 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_
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#5529