diff --git a/pyproject.toml b/pyproject.toml index d6c7f4e..2ae50f7 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.20.1", + "mypy==1.20.2", "pytest-asyncio==1.3.0", "pytest==9.0.3", "pytest-cov==7.1.0", diff --git a/requirements.txt b/requirements.txt index fb98dc2..a198a54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ google-cloud-alloydb-connector[asyncpg]==1.12.1 -llama-index-core==0.14.20 +llama-index-core==0.14.21 pgvector==0.4.2 SQLAlchemy[asyncio]==2.0.49