We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e400a3 commit fa9cb24Copy full SHA for fa9cb24
indexify/pyproject.toml
@@ -28,7 +28,7 @@ psutil = "^7.0.0"
28
boto3 = "^1.39.8"
29
# Adds function-executor binary, utils lib, sdk used in indexify-cli commands.
30
# We need to specify the tensorlake version exactly because pip install doesn't respect poetry.lock files.
31
-tensorlake = "0.2.28"
+tensorlake = "0.2.30"
32
# Uncomment the next line to use local tensorlake package (only for development!)
33
# tensorlake = { path = "../tensorlake", develop = true }
34
# grpcio is provided by tensorlake
0 commit comments