This commit is contained in:
Timothy Jaeryang Baek 2025-07-14 19:57:41 +04:00
parent d5b8acfbe7
commit 8f5d23ec37
2 changed files with 1 additions and 2 deletions

View file

@ -124,7 +124,6 @@ else:
aquire_func = release_func = renew_func = lambda: True aquire_func = release_func = renew_func = lambda: True
# TODO: Implement Yjs document management with Redis
YDOC_MANAGER = YdocManager( YDOC_MANAGER = YdocManager(
redis=REDIS, redis=REDIS,
redis_key_prefix="open-webui:ydoc:documents", redis_key_prefix="open-webui:ydoc:documents",

View file

@ -40,7 +40,7 @@ dependencies = [
"argon2-cffi==23.1.0", "argon2-cffi==23.1.0",
"APScheduler==3.10.4", "APScheduler==3.10.4",
"pycrdt==0.12.26", "pycrdt==0.12.25",
"RestrictedPython==8.0", "RestrictedPython==8.0",