diff --git a/pyproject.toml b/pyproject.toml index 89a5cac..6afa037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,9 @@ test = [ "black[jupyter]==25.1.0", "isort==6.0.1", "mypy==1.15.0", - "pytest-asyncio==0.25.3", + "pytest-asyncio==0.26.0", "pytest==8.3.5", - "pytest-cov==6.0.0" + "pytest-cov==6.1.1" ] [build-system] diff --git a/requirements.txt b/requirements.txt index 1a99707..912fc63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ cloud-sql-python-connector[asyncpg]==1.17.0 -llama-index-core==0.12.25 +llama-index-core==0.12.32 pgvector==0.4.0 -SQLAlchemy[asyncio]==2.0.39 +SQLAlchemy[asyncio]==2.0.40