Skip to content

Commit 6b8efcd

Browse files
committed
chore: release 1.3.0
1 parent f2a66b7 commit 6b8efcd

3 files changed

Lines changed: 85 additions & 35 deletions

File tree

langfuse/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.1"
1+
__version__ = "1.3.0"

poetry.lock

Lines changed: 82 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "langfuse"
3-
version = "1.2.1"
3+
version = "1.3.0"
44
description = "A client library for accessing langfuse"
55
authors = ["langfuse <developers@langfuse.com>"]
66
license = "MIT"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
1010
python = ">=3.8.1,<4.0"
11-
httpx = ">=0.15.4,<0.25.0"
11+
httpx = ">=0.15.4,<0.26.0"
1212
attrs = ">=21.3.0"
1313
python-dateutil = ">=2.8.0, <3.0"
1414
pydantic = ">=1.10.7, <3.0"

0 commit comments

Comments
 (0)