-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert to httpx 0.27.x and bump version.
- Loading branch information
Julio Martinez
committed
Jan 18, 2025
1 parent
4a75426
commit b5b6045
Showing
2 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|