From 5dda37f41dc90dbd427b657175304d533855b717 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 21 May 2024 00:00:08 +0200 Subject: [PATCH] chore(deps): update python-nonmajor (#76) * chore(deps): update python-nonmajor * Update requirements.txt --------- Co-authored-by: Averi Kitsch --- pyproject.toml | 6 +++--- requirements.txt | 12 ++++++------ 2 files changed, 9 insertions(+), 9 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..108f72f 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' -numpy==1.26.4; python_version>'3.8' -SQLAlchemy==2.0.29 -cloud-sql-python-connector[pymysql]==1.9.1 +langchain==0.2.0 +langchain-community==0.2.0 +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