浏览代码

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.
_00_ 2 月之前
父节点
当前提交
5a0d0c6930
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      pyproject.toml

+ 2 - 0
pyproject.toml

@@ -136,6 +136,8 @@ dependencies = [
 
     "moto[s3]>=5.0.26",
 
+    "posthog==5.4.0",
+
 ]
 readme = "README.md"
 requires-python = ">= 3.11, < 3.13.0a1"