diff --git a/pyproject.toml b/pyproject.toml index 8228d5c..0d6dc80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,9 +40,9 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/ test = [ "black[jupyter]==26.5.1", "isort==8.0.1", - "mypy==2.1.0", + "mypy==2.3.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..07c2cce 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 -pgvector==0.4.2 -SQLAlchemy[asyncio]==2.0.50 +cloud-sql-python-connector[asyncpg]==1.21.0 +llama-index-core==0.14.23 +pgvector==0.5.0 +SQLAlchemy[asyncio]==2.0.51