[PR #15810] [MERGED] FIX: Add posthog lib forcing version to avoid opentelemetry issue #62803

Closed
opened 2026-05-06 07:12:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: dev-Fix_AddPostHog_lib


📝 Commits (2)

  • 5a0d0c6 FIX: Add posthog lib to avoid opentelemetry issue
  • ca1a61c Fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/15810 **Author:** [@rgaricano](https://github.com/rgaricano) **Created:** 7/17/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dev-Fix_AddPostHog_lib` --- ### 📝 Commits (2) - [`5a0d0c6`](https://github.com/open-webui/open-webui/commit/5a0d0c693003aa3fc89bfedce6dce1359d48d9a9) FIX: Add posthog lib to avoid opentelemetry issue - [`ca1a61c`](https://github.com/open-webui/open-webui/commit/ca1a61ce6041763d9f371d6a6ed3be70b6b13819) Fix: Add posthog lib to requirement for avoid opentelemetry issue ### 📊 Changes **2 files changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -0) 📝 `pyproject.toml` (+2 -0) </details> ### 📄 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)](/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 07:12:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#62803