diff --git a/pyproject.toml b/pyproject.toml index c2885b6..c3f33d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,10 +38,10 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/ [project.optional-dependencies] test = [ - "black[jupyter]==25.9.0", + "black[jupyter]==25.12.0", "isort==7.0.0", - "mypy==1.18.2", - "pytest-asyncio==1.2.0", + "mypy==1.19.1", + "pytest-asyncio==1.3.0", "pytest==8.4.2", "pytest-cov==7.0.0" ] diff --git a/requirements.txt b/requirements.txt index b787b22..51ee35e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cloud-sql-python-connector[asyncpg]==1.18.5 -llama-index-core==0.14.5 -pgvector==0.4.1 -SQLAlchemy[asyncio]==2.0.44 +cloud-sql-python-connector[asyncpg]==1.20.0 +llama-index-core==0.14.12 +pgvector==0.4.2 +SQLAlchemy[asyncio]==2.0.45