diff --git a/pyproject.toml b/pyproject.toml index 0b90e5e..32d9910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,9 +39,9 @@ Changelog = "https://github.com/googleapis/langchain-google-memorystore-redis-py test = [ "black[jupyter]==24.8.0", "isort==5.13.2", - "mypy==1.11.1", - "pytest-asyncio==0.23.8", - "pytest==8.3.2", + "mypy==1.11.2", + "pytest-asyncio==0.24.0", + "pytest==8.3.3", "pytest-cov==5.0.0" ] diff --git a/requirements.txt b/requirements.txt index 1ce1473..289a768 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -langchain-core==0.2.31 -langchain-community==0.2.12 +langchain-core==0.3.1 +langchain-community==0.3.0 redis==5.0.8 numpy===1.24.4; python_version <= "3.8" numpy==1.26.4; python_version > "3.8"