diff --git a/pyproject.toml b/pyproject.toml index 42eb267..83fb213 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "mypy==1.19.1", "pytest-asyncio==1.3.0", "pytest==9.0.2", - "pytest-cov==7.0.0", + "pytest-cov==7.1.0", "pytest-depends==1.0.1", ] diff --git a/requirements.txt b/requirements.txt index 62958fc..5617eea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ google-cloud-alloydb-connector[asyncpg]==1.12.1 -llama-index-core==0.14.18 +llama-index-core==0.14.19 pgvector==0.4.2 SQLAlchemy[asyncio]==2.0.48