Skip to content

Commit

Permalink
Revert to httpx 0.27.x and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Martinez committed Jan 18, 2025
1 parent 4a75426 commit b5b6045
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
17 changes: 9 additions & 8 deletions indexify/poetry.lock

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

6 changes: 3 additions & 3 deletions indexify/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "indexify"
# Incremented if any of the components provided in this packages are updated.
version = "0.3.3"
version = "0.3.4"
description = "Open Source Indexify components and helper tools"
authors = ["Tensorlake Inc. <[email protected]>"]
license = "Apache 2.0"
Expand All @@ -18,12 +18,12 @@ function-executor = "indexify.function_executor.main:main"
python = "^3.9"
structlog = "^24.4.0"
pyyaml = "^6"
httpx = { version = "^0.28.1", extras = ["http2"] }
httpx = { version = "^0.27", extras = ["http2"] }
grpcio = "1.68.1"

# Function Executor only
grpcio-tools = "1.68.1"
tensorlake = "~=0.1.7"
tensorlake = ">=0.1.9"

# Executor only
pydantic = "2.10.4"
Expand Down

0 comments on commit b5b6045

Please sign in to comment.