From 4740de542f4edf3f3325bad30d28705336be7212 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 2 Jul 2024 19:42:30 +0200 Subject: [PATCH] chore(deps): update python-nonmajor (#80) --- pyproject.toml | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1c57d8d..31dc60e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Changelog = "https://github.com/googleapis/langchain-google-memorystore-redis-py test = [ "black[jupyter]==23.12.1", "isort==5.13.2", - "mypy==1.10.0", + "mypy==1.10.1", "pytest-asyncio==0.23.7", "pytest==7.4.4", "pytest-cov==5.0.0" diff --git a/requirements.txt b/requirements.txt index 2a064ef..36c9a47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -langchain-core==0.2.7 -langchain-community==0.2.5 -redis==5.0.6 +langchain-core==0.2.10 +langchain-community==0.2.6 +redis==5.0.7 numpy===1.24.4; python_version <= "3.8" numpy==1.26.4; python_version > "3.8"