Skip to content

Commit f91fb55

Browse files
authored
chore(deps): update python-nonmajor (#213)
1 parent a06cc12 commit f91fb55

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Changelog = "https://github.com/googleapis/llama-index-cloud-sql-pg-python/blob/
4040
test = [
4141
"black[jupyter]==26.5.1",
4242
"isort==8.0.1",
43-
"mypy==2.1.0",
43+
"mypy==2.3.0",
4444
"pytest-asyncio==1.4.0",
45-
"pytest==9.0.3",
45+
"pytest==9.1.1",
4646
"pytest-cov==7.1.0"
4747
]
4848

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cloud-sql-python-connector[asyncpg]==1.20.3
2-
llama-index-core==0.14.22
3-
pgvector==0.4.2
4-
SQLAlchemy[asyncio]==2.0.50
1+
cloud-sql-python-connector[asyncpg]==1.21.0
2+
llama-index-core==0.14.23
3+
pgvector==0.5.0
4+
SQLAlchemy[asyncio]==2.0.51

0 commit comments

Comments
 (0)