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",