mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #15810] [MERGED] FIX: Add posthog lib forcing version to avoid opentelemetry issue #39577
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/open-webui/pull/15810
Author: @rgaricano
Created: 7/17/2025
Status: ✅ Merged
Merged: 7/18/2025
Merged by: @tjbck
Base:
dev← Head:dev-Fix_AddPostHog_lib📝 Commits (2)
5a0d0c6FIX: Add posthog lib to avoid opentelemetry issueca1a61cFix: Add posthog lib to requirement for avoid opentelemetry issue📊 Changes
2 files changed (+3 additions, -0 deletions)
View changed files
📝
backend/requirements.txt(+1 -0)📝
pyproject.toml(+2 -0)📄 Description
Description
Add "posthog==5.4.0" lib to pyproject.toml & backend/requirements.txt to avoid chromadb issue for lib versions incompatibility with that lib (chromadb requiere posthog>=2.4.0,<6.0.0 ) which produce error in opentelemetry.
issue: https://github.com/open-webui/open-webui/discussions/15624
Added
Add "posthog==5.4.0" lib to pyproject.toml & backend/requirements.txt
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.