diff --git a/pyproject.toml b/pyproject.toml index 05ae1cf..430dcd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,12 +38,12 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/ [project.optional-dependencies] test = [ - "black[jupyter]==26.3.0", + "black[jupyter]==26.3.1", "isort==8.0.1", "mypy==1.19.1", "pytest-asyncio==1.3.0", "pytest==8.4.2", - "pytest-cov==7.0.0" + "pytest-cov==7.1.0" ] [build-system] diff --git a/requirements.txt b/requirements.txt index 883c9fd..e43ea4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cloud-sql-python-connector[asyncpg]==1.20.0 -llama-index-core==0.14.15 +cloud-sql-python-connector[asyncpg]==1.20.1 +llama-index-core==0.14.19 pgvector==0.4.2 SQLAlchemy[asyncio]==2.0.48