mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
[PR #835] [MERGED] docs: Add warning about tool package version conflicts #845
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/835
Author: @silentoplayz
Created: 11/18/2025
Status: ✅ Merged
Merged: 11/19/2025
Merged by: @tjbck
Base:
main← Head:docs-tool-version-warning📝 Commits (1)
7b723cedocs: Add warning about tool package version conflicts📊 Changes
1 file changed (+12 additions, -0 deletions)
View changed files
📝
docs/features/plugin/tools/development.mdx(+12 -0)📄 Description
Adds a prominent warning to the tool development documentation regarding the potential for package version conflicts when multiple tools are installed with conflicting dependencies.
The warning recommends using OpenAPI tool servers as the robust solution to this problem, as it isolates tool dependencies.
Related - https://github.com/open-webui/docs/issues/829
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.