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?
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).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14947
### 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_
@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.
<!-- gh-comment-id:2969066252 -->
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @paul-nightforge-systems on GitHub (Jun 12, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14947
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.