From c47ad58da11c4aa29f265a1401e319ea8044e10e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 22 Apr 2025 08:09:12 +0000 Subject: [PATCH 1/2] chore(deps): update python-nonmajor --- pyproject.toml | 4 ++-- requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 89a5cac..6afa037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,9 @@ test = [ "black[jupyter]==25.1.0", "isort==6.0.1", "mypy==1.15.0", - "pytest-asyncio==0.25.3", + "pytest-asyncio==0.26.0", "pytest==8.3.5", - "pytest-cov==6.0.0" + "pytest-cov==6.1.1" ] [build-system] diff --git a/requirements.txt b/requirements.txt index 1a99707..f968646 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cloud-sql-python-connector[asyncpg]==1.17.0 -llama-index-core==0.12.25 +cloud-sql-python-connector[asyncpg]==1.18.1 +llama-index-core==0.12.32 pgvector==0.4.0 -SQLAlchemy[asyncio]==2.0.39 +SQLAlchemy[asyncio]==2.0.40 From 5e594a7d9a629b0fd77ffdb7ad1576b597dcc3f4 Mon Sep 17 00:00:00 2001 From: Vishwaraj Anand Date: Tue, 22 Apr 2025 21:31:42 +0530 Subject: [PATCH 2/2] chore: undo connectors version upgrade --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f968646..912fc63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cloud-sql-python-connector[asyncpg]==1.18.1 +cloud-sql-python-connector[asyncpg]==1.17.0 llama-index-core==0.12.32 pgvector==0.4.0 SQLAlchemy[asyncio]==2.0.40