diff --git a/pyproject.toml b/pyproject.toml index 939cccb..a670684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ Changelog = "https://github.com/googleapis/llama-index-alloydb-pg-python/blob/ma [project.optional-dependencies] test = [ - "black[jupyter]==26.1.0", + "black[jupyter]==26.3.0", "isort==8.0.1", "mypy==1.19.1", "pytest-asyncio==1.3.0", diff --git a/requirements.txt b/requirements.txt index 2616721..c726b16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-alloydb-connector[asyncpg]==1.12.0 +google-cloud-alloydb-connector[asyncpg]==1.12.1 llama-index-core==0.14.15 pgvector==0.4.2 -SQLAlchemy[asyncio]==2.0.47 +SQLAlchemy[asyncio]==2.0.48