11[tool .poetry ]
22name = " humanloop"
3- version = " 0.8.13 "
3+ version = " 0.8.14b3 "
44description = " "
55readme = " README.md"
66authors = []
@@ -10,6 +10,7 @@ classifiers = [
1010 " Intended Audience :: Developers" ,
1111 " Programming Language :: Python" ,
1212 " Programming Language :: Python :: 3" ,
13+ " Programming Language :: Python :: 3.8" ,
1314 " Programming Language :: Python :: 3.9" ,
1415 " Programming Language :: Python :: 3.10" ,
1516 " Programming Language :: Python :: 3.11" ,
@@ -26,43 +27,42 @@ packages = [
2627 { include = " humanloop" , from = " src" }
2728]
2829
29-
3030[project .urls ]
3131Repository = ' https://github.com/humanloop/humanloop-python'
3232
3333[tool .poetry .dependencies ]
3434python = " >=3.9,<4"
3535httpx = " >=0.21.2"
3636httpx-sse = " 0.4.0"
37- pydantic = " >= 1.9.2"
38- pydantic-core = " ^2.18.2"
39- typing_extensions = " >=4.0.0"
40- parse = " >=1"
41- opentelemetry-sdk = " <=1.27.0"
4237opentelemetry-api = " <=1.27.0"
43- opentelemetry-instrumentation-openai = " >=0.20"
44- opentelemetry-instrumentation-cohere = " >=0.20"
4538opentelemetry-instrumentation-anthropic = " >=0.20"
46- opentelemetry-instrumentation-replicate = " >=0.20"
47- opentelemetry-instrumentation-groq = " >=0.29"
4839opentelemetry-instrumentation-bedrock = " >=0.15"
40+ opentelemetry-instrumentation-cohere = " >=0.20"
41+ opentelemetry-instrumentation-groq = " >=0.29"
42+ opentelemetry-instrumentation-openai = " >=0.20"
43+ opentelemetry-instrumentation-replicate = " >=0.20"
44+ opentelemetry-sdk = " <=1.27.0"
45+ parse = " >=1"
46+ pydantic = " >= 1.9.2"
47+ pydantic-core = " ^2.18.2"
48+ typing_extensions = " >= 4.0.0"
4949
50- [tool .poetry .group .dev .dependencies ]
51- parse-type = " >=0.6.4"
52- anthropic = " >=0.37.1"
53- groq = " >=0.11.0"
54- cohere = " >=3.0"
55- replicate = " >=1.0.3"
56- jsonschema = " ^4.23.0"
57- types-jsonschema = " ^4.23.0.20240813"
58- mypy = " ^1.0.1"
50+ [tool .poetry .dev-dependencies ]
51+ mypy = " 1.0.1"
5952pytest = " ^7.4.0"
6053pytest-asyncio = " ^0.23.5"
61- python-dateutil = " ^2.8.2 "
54+ python-dateutil = " ^2.9.0 "
6255types-python-dateutil = " ^2.9.0.20240316"
63- ruff = " ^0.5.6"
64- python-dotenv = " ^1.0.1"
56+ anthropic = " >=0.37.1"
57+ cohere = " ^5.11.2"
58+ groq = " >=0.11.0"
59+ jsonschema = " ^4.23.0"
6560openai = " ^1.52.2"
61+ parse-type = " >=0.6.4"
62+ python-dotenv = " ^1.0.1"
63+ replicate = " ^1.0.3"
64+ ruff = " ^0.5.6"
65+ types-jsonschema = " ^4.23.0.20240813"
6666
6767[tool .pytest .ini_options ]
6868testpaths = [ " tests" ]
0 commit comments