Skip to content

Commit fa9cb24

Browse files
authored
Update indexify to use tensorlake 0.2.30 (#1635)
1 parent 1e400a3 commit fa9cb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexify/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ psutil = "^7.0.0"
2828
boto3 = "^1.39.8"
2929
# Adds function-executor binary, utils lib, sdk used in indexify-cli commands.
3030
# We need to specify the tensorlake version exactly because pip install doesn't respect poetry.lock files.
31-
tensorlake = "0.2.28"
31+
tensorlake = "0.2.30"
3232
# Uncomment the next line to use local tensorlake package (only for development!)
3333
# tensorlake = { path = "../tensorlake", develop = true }
3434
# grpcio is provided by tensorlake

0 commit comments

Comments
 (0)