Skip to content

Commit 8f8839f

Browse files
authored
Update indexify version and tensorlake dep (#1669)
* Update tensorlake dep * Update indexify rev to 0.4.22
1 parent 5c12588 commit 8f8839f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

indexify/poetry.lock

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

indexify/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "indexify"
33
# Incremented if any of the components provided in this packages are updated.
4-
version = "0.4.21"
4+
version = "0.4.22"
55
description = "Open Source Indexify components and helper tools"
66
authors = ["Tensorlake Inc. <support@tensorlake.ai>"]
77
license = "Apache 2.0"
@@ -29,7 +29,7 @@ psutil = "^7.0.0"
2929
boto3 = "^1.39.15"
3030
# Adds function-executor binary, utils lib, sdk used in indexify-cli commands.
3131
# We need to specify the tensorlake version exactly because pip install doesn't respect poetry.lock files.
32-
tensorlake = "0.2.35"
32+
tensorlake = "0.2.37"
3333
# Uncomment the next line to use local tensorlake package (only for development!)
3434
# tensorlake = { path = "../tensorlake", develop = true }
3535
# grpcio is provided by tensorlake

0 commit comments

Comments
 (0)