Skip to content

Commit 201fb95

Browse files
author
Andrei Bratu
committed
checking dependencies
1 parent 1001227 commit 201fb95

File tree

2 files changed

+4
-36
lines changed

2 files changed

+4
-36
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Repository = 'https://github.com/humanloop/humanloop-python'
3535

3636
[tool.poetry.dependencies]
3737
python = ">=3.9,<4"
38-
deepdiff = "^8.2.0"
3938
httpx = ">=0.21.2"
4039
httpx-sse = "0.4.0"
4140
mmh3 = "^5.1.0"
@@ -52,10 +51,12 @@ pydantic = ">= 1.9.2"
5251
pydantic-core = "^2.18.2"
5352
typing_extensions = ">= 4.0.0"
5453
opentelemetry-proto = "^1.30.0"
54+
protobuf = "^5.29.3"
5555

5656
[tool.poetry.dev-dependencies]
5757
mypy = "1.0.1"
5858
pytest = "^7.4.0"
59+
types-protobuf = "^5.29.1.20250208"
5960
pytest-asyncio = "^0.23.5"
6061
python-dateutil = "^2.9.0"
6162
types-python-dateutil = "^2.9.0.20240316"
@@ -66,8 +67,6 @@ jsonschema = "^4.23.0"
6667
numpy = "<2.0.0"
6768
onnxruntime = "<=1.19.2"
6869
openai = "^1.52.2"
69-
protobuf = "^5.29.3"
70-
types-protobuf = "^5.29.1.20250208"
7170
pandas = "^2.2.0"
7271
parse-type = ">=0.6.4"
7372
pyarrow = "^19.0.0"
@@ -90,4 +89,4 @@ line-length = 120
9089

9190
[build-system]
9291
requires = ["poetry-core"]
93-
build-backend = "poetry.core.masonry.api"
92+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)