mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Merge pull request #15810 from rgaricano/dev-Fix_AddPostHog_lib
FIX: Add posthog lib forcing version to avoid opentelemetry issue
This commit is contained in:
commit
25c3e7f851
2 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ langchain-community==0.3.26
|
||||||
|
|
||||||
fake-useragent==2.1.0
|
fake-useragent==2.1.0
|
||||||
chromadb==0.6.3
|
chromadb==0.6.3
|
||||||
|
posthog==5.4.0
|
||||||
pymilvus==2.5.0
|
pymilvus==2.5.0
|
||||||
qdrant-client==1.14.3
|
qdrant-client==1.14.3
|
||||||
opensearch-py==2.8.0
|
opensearch-py==2.8.0
|
||||||
|
|
|
||||||
|
|
@ -136,6 +136,8 @@ dependencies = [
|
||||||
|
|
||||||
"moto[s3]>=5.0.26",
|
"moto[s3]>=5.0.26",
|
||||||
|
|
||||||
|
"posthog==5.4.0",
|
||||||
|
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">= 3.11, < 3.13.0a1"
|
requires-python = ">= 3.11, < 3.13.0a1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue