Skip to content

Commit 4472714

Browse files
authored
fix: fix missing requests dependency (#232)
1 parent d33d9a3 commit 4472714

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

langfuse/version.py

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

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langfuse"
3-
version = "1.13.3"
3+
version = "1.13.4a0"
44
description = "A client library for accessing langfuse"
55
authors = ["langfuse <developers@langfuse.com>"]
66
license = "MIT"
@@ -18,6 +18,7 @@ openai = ">=0.27.8"
1818
wrapt = "1.14"
1919
monotonic = "^1.6"
2020
langchain = { version = ">=0.0.309", optional = true }
21+
requests = ">=2.31.0, <3.0"
2122

2223
[tool.poetry.group.dev.dependencies]
2324
flake8 = "^6.0.0"
@@ -29,7 +30,7 @@ tiktoken = "0.5.1"
2930
pytest-timeout = "^2.1.0"
3031
pytest-xdist = "^3.3.1"
3132
respx = "^0.20.2"
32-
requests = "^2.31.0"
33+
requests = "^2"
3334
google-search-results = "^2.4.2"
3435
huggingface_hub = "^0.16.4"
3536
pre-commit = "^3.2.2"

0 commit comments

Comments
 (0)