From 8f5d23ec3724484d1d636e12220ee4318b91d9c4 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 14 Jul 2025 19:57:41 +0400 Subject: [PATCH] refac --- backend/open_webui/socket/main.py | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/open_webui/socket/main.py b/backend/open_webui/socket/main.py index 0791021063..ceeecba8c3 100644 --- a/backend/open_webui/socket/main.py +++ b/backend/open_webui/socket/main.py @@ -124,7 +124,6 @@ else: aquire_func = release_func = renew_func = lambda: True -# TODO: Implement Yjs document management with Redis YDOC_MANAGER = YdocManager( redis=REDIS, redis_key_prefix="open-webui:ydoc:documents", diff --git a/pyproject.toml b/pyproject.toml index 3d0a9fa86c..ee0baed74e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "argon2-cffi==23.1.0", "APScheduler==3.10.4", - "pycrdt==0.12.26", + "pycrdt==0.12.25", "RestrictedPython==8.0",