Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Dec 5, 2024
1 parent 686a2e8 commit 4032311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions python-sdk/indexify/executor/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,9 @@ async def run(self):
headers={"Content-Type": "application/json"},
) as event_source:
if not event_source.response.is_success:
resp = await event_source.response
resp_content = resp.aread()
logging.error(
f"failed to register",
resp=str(resp_content),
resp=str(event_source.response.content),
status_code=event_source.response.status_code,
)
await asyncio.sleep(5)
Expand Down
2 changes: 1 addition & 1 deletion 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.34"
version = "0.2.35"
description = "Python Client for Indexify"
authors = ["Tensorlake Inc. <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 4032311

Please sign in to comment.