From 62a46016da60383efd63e5384de9f2ce66a06c33 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 11 Aug 2025 08:39:45 +0000 Subject: [PATCH] chore(deps): update python-nonmajor --- pyproject.toml | 10 +++++----- requirements.txt | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7410f10..6c3e183 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,12 +37,12 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-mssql-pyth [project.optional-dependencies] test = [ - "black[jupyter]==24.8.0", + "black[jupyter]==24.10.0", "isort==5.13.2", - "langchain==0.3.1", - "mypy==1.11.2", - "pytest-asyncio==0.24.0", - "pytest==8.3.3", + "langchain==0.3.27", + "mypy==1.17.1", + "pytest-asyncio==0.26.0", + "pytest==8.4.1", "pytest-cov==5.0.0" ] diff --git a/requirements.txt b/requirements.txt index bc82e8f..6214788 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -langchain-core==0.3.15 -langchain-community==0.3.1 -SQLAlchemy==2.0.35 +langchain-core==0.3.74 +langchain-community==0.3.27 +SQLAlchemy==2.0.42 sqlalchemy-pytds==1.0.2 -cloud-sql-python-connector[pytds]==1.12.1 +cloud-sql-python-connector[pytds]==1.18.3