diff --git a/pyproject.toml b/pyproject.toml index 430dcd1..9a33b42 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]==26.3.1", "isort==8.0.1", - "mypy==1.19.1", + "mypy==1.20.0", "pytest-asyncio==1.3.0", "pytest==8.4.2", "pytest-cov==7.1.0" diff --git a/requirements.txt b/requirements.txt index e43ea4a..811ef13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ cloud-sql-python-connector[asyncpg]==1.20.1 -llama-index-core==0.14.19 +llama-index-core==0.14.20 pgvector==0.4.2 -SQLAlchemy[asyncio]==2.0.48 +SQLAlchemy[asyncio]==2.0.49