We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158f90c commit 318aa6fCopy full SHA for 318aa6f
pyproject.toml
@@ -9,6 +9,7 @@ name = "humanloop"
9
version = "0.8.36b1"
10
description = "Humanloop Python SDK"
11
readme = "README.md"
12
+authors = []
13
keywords = []
14
packages = [
15
{ include = "humanloop", from = "src" },
@@ -72,7 +73,7 @@ openai = "^1.52.2"
72
73
pandas = "^2.2.0"
74
parse-type = ">=0.6.4"
75
pyarrow = "^19.0.0"
-pytest-retry = "1.6.3"
76
+pytest-retry = "^1.6.3"
77
python-dotenv = "^1.0.1"
78
replicate = "^1.0.3"
79
ruff = "^0.5.6"
@@ -93,6 +94,6 @@ line-length = 120
93
94
humanloop = "humanloop.cli.__main__:cli"
95
96
[build-system]
-requires = ["poetry-core>=1.0.0"]
97
+requires = ["poetry-core"]
98
build-backend = "poetry.core.masonry.api"
99
0 commit comments