Skip to content

Commit

Permalink
Fix: change hiredis version to >= 3.0.0 (#216)
Browse files Browse the repository at this point in the history
* change to >=

* update poetry lock

* typo
  • Loading branch information
yufansong authored Oct 4, 2024
1 parent 8568cfb commit 7f5be99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pydantic = "^2.8.2"
beartype = "^0.14.0"
langchain-openai = "~0.1.8"
litellm = ">=1.23.12,<1.41.0"
hiredis = "3.0.0"
hiredis = ">=3.0.0"

# dependency versions for extras
fastapi = { version = ">=0.109.2,<0.111.0", optional = true }
Expand Down

0 comments on commit 7f5be99

Please sign in to comment.