diff --git a/pyproject.toml b/pyproject.toml index 8228d5c..905b31e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "isort==8.0.1", "mypy==2.1.0", "pytest-asyncio==1.4.0", - "pytest==9.0.3", + "pytest==9.1.1", "pytest-cov==7.1.0" ] diff --git a/requirements.txt b/requirements.txt index b295200..602a5db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ cloud-sql-python-connector[asyncpg]==1.20.3 -llama-index-core==0.14.22 +llama-index-core==0.14.23 pgvector==0.4.2 -SQLAlchemy[asyncio]==2.0.50 +SQLAlchemy[asyncio]==2.0.51