diff --git a/pyproject.toml b/pyproject.toml index 83fb213..ff423d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Changelog = "https://github.com/googleapis/llama-index-alloydb-pg-python/blob/ma test = [ "black[jupyter]==26.3.1", "isort==8.0.1", - "mypy==1.19.1", + "mypy==1.20.0", "pytest-asyncio==1.3.0", "pytest==9.0.2", "pytest-cov==7.1.0", diff --git a/requirements.txt b/requirements.txt index 5617eea..fb98dc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ google-cloud-alloydb-connector[asyncpg]==1.12.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