diff --git a/pyproject.toml b/pyproject.toml index 0b90e5e..70eb789 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ dependencies = [ "langchain-core>=0.1.1, <1.0.0", "langchain-community>=0.0.18, <1.0.0", - "redis>=5.0.0, <6.0.0", + "redis>=7.0.0, <7.1.0", "numpy>=1.24.4, <2.0.0", ] classifiers = [ diff --git a/requirements.txt b/requirements.txt index 1ce1473..449cca4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ langchain-core==0.2.31 langchain-community==0.2.12 -redis==5.0.8 +redis==7.0.0 numpy===1.24.4; python_version <= "3.8" numpy==1.26.4; python_version > "3.8"