mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 17:13:00 -05:00
Pydantic validation issue in 0.3.21
#2115
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).
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.