From bf2d95c45acf2f7e16b23a1d975e7ebc48bf103d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 27 May 2026 06:40:00 +0000 Subject: [PATCH] chore(deps): update python-nonmajor --- pyproject.toml | 6 +++--- requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a3a6d4b..8228d5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,10 +38,10 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/ [project.optional-dependencies] test = [ - "black[jupyter]==26.3.1", + "black[jupyter]==26.5.1", "isort==8.0.1", - "mypy==2.0.0", - "pytest-asyncio==1.3.0", + "mypy==2.1.0", + "pytest-asyncio==1.4.0", "pytest==9.0.3", "pytest-cov==7.1.0" ] diff --git a/requirements.txt b/requirements.txt index 811ef13..b295200 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cloud-sql-python-connector[asyncpg]==1.20.1 -llama-index-core==0.14.20 +cloud-sql-python-connector[asyncpg]==1.20.3 +llama-index-core==0.14.22 pgvector==0.4.2 -SQLAlchemy[asyncio]==2.0.49 +SQLAlchemy[asyncio]==2.0.50