mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[GH-ISSUE #5501] Pydantic validation issue in 0.3.21
#117319
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @drupol on GitHub (Sep 18, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5501
Bug Report
Installation Method
NixOS
Environment
Confirmation:
Expected Behavior:
Open-WebUI should run
Actual Behavior:
It crashes at startup
Description
Here's the systemd logs: https://share.riseup.net/#6jpn2ZjSDuHpvQ3bD4aopA
To get it working, I had to add the variable:
PYDANTIC_SKIP_VALIDATING_CORE_SCHEMASset toTrue.I guess the issue comes from:
b64c9d966a/backend/open_webui/apps/rag/utils.py (L438)? But I'm not sure.