From d7bc158d1b8126713d338a01b4f3fc784acc65ad Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 6 Feb 2025 01:12:27 +0000 Subject: [PATCH] fix(deps): update python-nonmajor --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 39345ce..c51222d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/ test = [ "black[jupyter]==25.1.0", "isort==6.0.0", - "mypy==1.14.1", + "mypy==1.15.0", "pytest-asyncio==0.25.3", "pytest==8.3.4", "pytest-cov==6.0.0" diff --git a/requirements.txt b/requirements.txt index f0d348c..5fc6451 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ cloud-sql-python-connector[asyncpg]==1.16.0 -llama-index-core==0.12.14 +llama-index-core==0.12.16.post1 pgvector==0.3.6 SQLAlchemy[asyncio]==2.0.37