fix: Add poetry.lock file, make langfuse mandatory

Added langfuse as mandatory dependency, added poetry.lock file

Fix
This commit is contained in:
Igor Ilic 2024-12-19 16:04:24 +01:00
parent 6b7e01b1d3
commit f2bb1c5d47
2 changed files with 8796 additions and 1 deletions

8795
poetry.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -60,7 +60,7 @@ posthog = {version = "^3.5.0", optional = true}
lancedb = "0.15.0"
litellm = "1.49.1"
groq = {version = "0.8.0", optional = true}
langfuse = {version = "^2.32.0", optional = true}
langfuse = "^2.32.0"
pydantic-settings = "^2.2.1"
anthropic = "^0.26.1"
sentry-sdk = {extras = ["fastapi"], version = "^2.9.0"}