Skip to content

Commit cc7db41

Browse files
authored
fix: add missing dependency (#366)
1 parent 27569b0 commit cc7db41

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

langfuse/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.13.2"
1+
__version__ = "2.13.3a0"

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langfuse"
3-
version = "2.13.2"
3+
version = "2.13.3a0"
44
description = "A client library for accessing langfuse"
55
authors = ["langfuse <developers@langfuse.com>"]
66
license = "MIT"
@@ -15,6 +15,7 @@ openai = ">=0.27.8"
1515
wrapt = "1.14"
1616
langchain = { version = ">=0.0.309", optional = true }
1717
chevron = "^0.14.0"
18+
packaging = "^23.2"
1819

1920
[tool.poetry.group.dev.dependencies]
2021
pytest = "^7.4.0"

0 commit comments

Comments
 (0)