Skip to content

Commit 0cbb1b3

Browse files
committed
Release 0.8.39
1 parent 3ded6d5 commit 0cbb1b3

File tree

7 files changed

+114
-75
lines changed

7 files changed

+114
-75
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "humanloop"
33

44
[tool.poetry]
55
name = "humanloop"
6-
version = "0.8.38"
6+
version = "0.8.39"
77
description = ""
88
readme = "README.md"
99
authors = []
@@ -35,6 +35,7 @@ Repository = 'https://github.com/humanloop/humanloop-python'
3535

3636
[tool.poetry.dependencies]
3737
python = ">=3.9,<4"
38+
click = "^8.0.0"
3839
deepdiff = "^8.2.0"
3940
httpx = ">=0.21.2"
4041
httpx-sse = "0.4.0"
@@ -52,6 +53,7 @@ parse = ">=1"
5253
protobuf = ">=5.29.3"
5354
pydantic = ">= 1.9.2"
5455
pydantic-core = "^2.18.2"
56+
python-dotenv = "^1.1.0"
5557
typing_extensions = ">= 4.0.0"
5658

5759
[tool.poetry.group.dev.dependencies]
@@ -70,7 +72,7 @@ pandas = "^2.2.0"
7072
parse-type = ">=0.6.4"
7173
pyarrow = "^19.0.0"
7274
pytest-retry = "^1.6.3"
73-
python-dotenv = "^1.0.1"
75+
pytest-xdist = "^3.6.1"
7476
replicate = "^1.0.3"
7577
ruff = "==0.11.5"
7678
types-jsonschema = "^4.23.0.20240813"

0 commit comments

Comments
 (0)