mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #21513] issue: SyntaxWarning for pydub package #35035
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 @donatas-xyz on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21513
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.8.3
Ollama Version (if applicable)
0.16.2
Operating System
Ubuntu 25.10
Browser (if applicable)
Vivaldi
Confirmation
README.md.Expected Behavior
No SyntaxWarning warnings in open-webui.log file.
Actual Behavior
Multiple SyntaxWarning warnings in open-webui.log file for pydub package.
Steps to Reproduce
Logs & Screenshots
Additional Information
Python version: 3.12
I can fix the issue with
but after Open WebUI upgrade it comes back again.
Perhaps a more precise version should be defined in the
requirements.txtfile for thepydubpackage?@tjbck commented on GitHub (Feb 17, 2026):
Should be addressed from upstream.