mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #21399] issue: open-webui/backend/open_webui/env.py:481: SyntaxWarning: invalid escape sequence '\d' #34992
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 @taylorwilsdon on GitHub (Feb 13, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21399
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.0
Ollama Version (if applicable)
No response
Operating System
macOS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Clean startup
Actual Behavior
During startup:
Steps to Reproduce
Start Open-WebUI via start.sh
Logs & Screenshots
Additional Information
Solution:
Update open_webui/env.py line 481 from
"^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^\w\s]).{8,}$",tor"^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^\w\s]).{8,}$",