[3.0.1]
Update open-webui to 0.6.36
Full Changelog
Tool calling functionality is restored by correcting asynchronous function handling in tool parameter updates. #18981
The ComfyUI image edit workflow editor modal now opens correctly when clicking the Edit button. #18978
Firecrawl import errors are resolved by implementing lazy loading and using the correct class name. #18973
Socket.IO CORS warning is resolved by properly configuring CORS origins for Socket.IO connections. Commit
Image generation system received a comprehensive overhaul with major new capabilities including full image editing support allowing users to modify existing images using text prompts with OpenAI, Gemini, or ComfyUI engines, adding Gemini 2.5 Flash Image (Nano Banana) support, Qwen Image Edit integration, resolution of base64-encoded image display issues, streamlined AUTOMATIC1111 configuration by consolidating parameters into a flexible JSON parameters field, and enhanced UI with a code editor modal for ComfyUI workflow management. #17434, #16976, Commit, Commit, Commit, Commit
CORS origin validation was added to WebSocket connections as a defense-in-depth security measure against cross-site WebSocket hijacking attacks. #18411, #18410
Automatic page refresh now occurs when a version update is detected via WebSocket connection, ensuring users always run the latest version without cache issues. Commit
Experimental initial preparations for Python 3.13 compatibility by updating dependencies with security enhancements and cryptographic improvements. #18430, #18424
Image compression now preserves the original image format instead of converting to PNG, significantly reducing file sizes and improving chat loading performance. #18506