mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
FIX: Add posthog lib to avoid opentelemetry issue
Add "posthog==5.4.0" lib to requirements 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.
This commit is contained in:
parent
fce27202d9
commit
5a0d0c6930
1 changed files with 2 additions and 0 deletions
|
|
@ -136,6 +136,8 @@ dependencies = [
|
|||
|
||||
"moto[s3]>=5.0.26",
|
||||
|
||||
"posthog==5.4.0",
|
||||
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">= 3.11, < 3.13.0a1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue