Describe the feature
Currently Qwen3-VL and Qwen2.5-VL require different package versions of qwen_vl_utils. It should be possible to remove this requirement so that both models can be supported in the same environment.
Paste any useful information
For Qwen2.5-VL there's a check that requires qwen_vl_utils<0.0.12 and then patching occurs (code reference here). I suspect with a newer version of qwen_vl_utils the patching shouldn't be required.