From 3b57b4b3525cab6179163bdb4ab63f034ffe0b5b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 20 May 2024 17:41:11 +0000 Subject: [PATCH 1/2] chore(deps): update python-nonmajor --- pyproject.toml | 6 +++--- requirements.txt | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 23d4210..3e427bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,11 +39,11 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-mysql-pyth [project.optional-dependencies] test = [ - "black[jupyter]==24.4.1", + "black[jupyter]==24.4.2", "isort==5.13.2", "mypy==1.10.0", - "pytest-asyncio==0.23.6", - "pytest==8.1.1", + "pytest-asyncio==0.23.7", + "pytest==8.2.1", "pytest-cov==5.0.0" ] diff --git a/requirements.txt b/requirements.txt index 0a262d2..abf8b06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -langchain==0.1.16 -langchain-community==0.0.34 -numpy==1.24.4; python_version<='3.8' +langchain==0.2.0 +langchain-community==0.2.0 +numpy==1.26.4; python_version<='3.8' numpy==1.26.4; python_version>'3.8' -SQLAlchemy==2.0.29 -cloud-sql-python-connector[pymysql]==1.9.1 +SQLAlchemy==2.0.30 +cloud-sql-python-connector[pymysql]==1.9.2 From dc5602953ed450a0d6c3e6997535d32c5b907052 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Mon, 20 May 2024 13:41:29 -0700 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index abf8b06..108f72f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ langchain==0.2.0 langchain-community==0.2.0 -numpy==1.26.4; python_version<='3.8' -numpy==1.26.4; python_version>'3.8' +numpy===1.24.4; python_version <= "3.8" +numpy==1.26.4; python_version > "3.8" SQLAlchemy==2.0.30 cloud-sql-python-connector[pymysql]==1.9.2