chore: dep bump across many dependencies (#19850)

* Update pyproject.toml (#101)

* Update pyproject.toml

* Update requirements.txt

* Update requirements-min.txt

* Upgrade Playwright version to 1.57.0

* Update langchain-community version to 0.3.29

* Update requirements.txt

* Update requirements-min.txt
This commit is contained in:
Classic298
2025-12-09 21:28:21 +01:00
committed by GitHub
parent 2b1a29d44b
commit 44e41806f2
4 changed files with 95 additions and 94 deletions

View File

@@ -1,8 +1,8 @@
services:
playwright:
image: mcr.microsoft.com/playwright:v1.56.0-noble # Version must match requirements.txt
image: mcr.microsoft.com/playwright:v1.57.0-noble # Version must match requirements.txt
container_name: playwright
command: npx -y playwright@1.56.0 run-server --port 3000 --host 0.0.0.0
command: npx -y playwright@1.57.0 run-server --port 3000 --host 0.0.0.0
open-webui:
environment: