diff --git a/pyproject.toml b/pyproject.toml index 96ed2f4..dc183aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,8 +42,8 @@ test = [ "isort==6.0.1", "mypy==1.17.1", "pytest-asyncio==1.1.0", - "pytest==8.4.1", - "pytest-cov==6.2.1" + "pytest==8.4.2", + "pytest-cov==6.3.0" ] [build-system] diff --git a/requirements.txt b/requirements.txt index 048f71c..69f70a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ cloud-sql-python-connector[asyncpg]==1.18.4 -llama-index-core==0.13.3 +llama-index-core==0.14.0 pgvector==0.4.1 SQLAlchemy[asyncio]==2.0.43