Skip to content

Commit

Permalink
Relax typer (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
stangirala authored Dec 19, 2024
1 parent e42e7e4 commit 9f90d4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions python-sdk/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "indexify"
version = "0.2.42"
version = "0.2.43"
description = "Python Client for Indexify"
authors = ["Tensorlake Inc. <[email protected]>"]
license = "Apache 2.0"
Expand All @@ -20,7 +20,7 @@ cloudpickle = "^3.1.0"
rich = "^13.9.2"
nanoid = "^2.0.0"
docker = "^7.1.0"
typer = "^0.13.0"
typer = "^0.12"
httpx-sse = "^0.4.0"
structlog = "^24.4.0"
grpcio = "1.68.1"
Expand Down

0 comments on commit 9f90d4e

Please sign in to comment.