From a475e108d43f10a29d0d1f600d1306eb34dfe76f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 24 Jul 2026 01:55:30 +0000 Subject: [PATCH] chore(deps): update python-nonmajor --- pyproject.toml | 4 ++-- requirements.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8228d5c..0d6dc80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,9 +40,9 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/ test = [ "black[jupyter]==26.5.1", "isort==8.0.1", - "mypy==2.1.0", + "mypy==2.3.0", "pytest-asyncio==1.4.0", - "pytest==9.0.3", + "pytest==9.1.1", "pytest-cov==7.1.0" ] diff --git a/requirements.txt b/requirements.txt index b295200..07c2cce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cloud-sql-python-connector[asyncpg]==1.20.3 -llama-index-core==0.14.22 -pgvector==0.4.2 -SQLAlchemy[asyncio]==2.0.50 +cloud-sql-python-connector[asyncpg]==1.21.0 +llama-index-core==0.14.23 +pgvector==0.5.0 +SQLAlchemy[asyncio]==2.0.51