Skip to content

Commit

Permalink
fix: add dev dependency (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeichmann committed May 8, 2024
1 parent 573b4a1 commit 4077ae2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
18 changes: 17 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langfuse"
version = "2.29.2"
version = "2.29.3a0"
description = "A client library for accessing langfuse"
authors = ["langfuse <developers@langfuse.com>"]
license = "MIT"
Expand Down Expand Up @@ -46,6 +46,7 @@ llama-index-llms-anthropic = "^0.1.1"
bson = "^0.5.10"
langchain-anthropic = "^0.1.4"
langchain-groq = "^0.1.3"
langchain-aws = "^0.1.3"

[tool.poetry.group.docs.dependencies]
pdoc = "^14.4.0"
Expand Down

0 comments on commit 4077ae2

Please sign in to comment.